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:
jakarta.enterprise.inject.spi.Annotated
,jakarta.enterprise.inject.spi.AnnotatedCallable<T>
,jakarta.enterprise.inject.spi.AnnotatedConstructor<T>
,jakarta.enterprise.inject.spi.AnnotatedMember<T>
public class ValidationEnabledAnnotatedConstructor<T>
extends ValidationEnabledAnnotatedCallable<T>
implements jakarta.enterprise.inject.spi.AnnotatedConstructor<T>
- Author:
- Hardy Ferentschik
-
Constructor Summary
ConstructorsConstructorDescriptionValidationEnabledAnnotatedConstructor
(jakarta.enterprise.inject.spi.AnnotatedConstructor<T> constructor) -
Method Summary
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 Details
-
ValidationEnabledAnnotatedConstructor
public ValidationEnabledAnnotatedConstructor(jakarta.enterprise.inject.spi.AnnotatedConstructor<T> constructor)
-
-
Method Details