Class ValidationEnabledAnnotatedConstructor<T>
- java.lang.Object
-
- org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable<T>
-
- org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedConstructor<T>
-
- All Implemented Interfaces:
Annotated,AnnotatedCallable<T>,AnnotatedConstructor<T>,AnnotatedMember<T>
public class ValidationEnabledAnnotatedConstructor<T> extends ValidationEnabledAnnotatedCallable<T> implements AnnotatedConstructor<T>
- Author:
- Hardy Ferentschik
-
-
Constructor Summary
Constructors Constructor Description ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Constructor<T>getJavaMember()Get the underlyingConstructor.-
Methods inherited from class org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable
getAnnotation, getAnnotations, getBaseType, getDeclaringType, getParameters, getTypeClosure, isAnnotationPresent, isStatic
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedCallable
getParameters
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedConstructor
getAnnotations
-
Methods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStatic
-
-
-
-
Constructor Detail
-
ValidationEnabledAnnotatedConstructor
public ValidationEnabledAnnotatedConstructor(AnnotatedConstructor<T> constructor)
-
-
Method Detail
-
getJavaMember
public Constructor<T> getJavaMember()
Description copied from interface:AnnotatedConstructorGet the underlying
Constructor.- Specified by:
getJavaMemberin interfaceAnnotatedConstructor<T>- Specified by:
getJavaMemberin interfaceAnnotatedMember<T>- Returns:
- the constructor
-
-