Class ValidationEnabledAnnotatedCallable<T>
java.lang.Object
org.hibernate.validator.cdi.internal.interceptor.ValidationEnabledAnnotatedCallable<T>
- All Implemented Interfaces:
Annotated,AnnotatedCallable<T>,AnnotatedMember<T>
- Direct Known Subclasses:
ValidationEnabledAnnotatedConstructor,ValidationEnabledAnnotatedMethod
public abstract class ValidationEnabledAnnotatedCallable<T>
extends Object
implements AnnotatedCallable<T>
- Author:
- Hardy Ferentschik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A extends Annotation>
AgetAnnotation(Class<A> annotationType) booleanisAnnotationPresent(Class<? extends Annotation> annotationType) booleanisStatic()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotationsMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getJavaMember
-
Constructor Details
-
ValidationEnabledAnnotatedCallable
-
-
Method Details
-
isStatic
public boolean isStatic()- Specified by:
isStaticin interfaceAnnotatedMember<T>
-
getDeclaringType
- Specified by:
getDeclaringTypein interfaceAnnotatedMember<T>
-
getParameters
- Specified by:
getParametersin interfaceAnnotatedCallable<T>
-
getBaseType
- Specified by:
getBaseTypein interfaceAnnotated
-
getTypeClosure
- Specified by:
getTypeClosurein interfaceAnnotated
-
getAnnotation
- Specified by:
getAnnotationin interfaceAnnotated
-
getAnnotations
- Specified by:
getAnnotationsin interfaceAnnotated
-
isAnnotationPresent
- Specified by:
isAnnotationPresentin interfaceAnnotated
-