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) boolean
isAnnotationPresent
(Class<? extends Annotation> annotationType) boolean
isStatic()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotations
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getJavaMember
-
Constructor Details
-
ValidationEnabledAnnotatedCallable
-
-
Method Details
-
isStatic
public boolean isStatic()- Specified by:
isStatic
in interfaceAnnotatedMember<T>
-
getDeclaringType
- Specified by:
getDeclaringType
in interfaceAnnotatedMember<T>
-
getParameters
- Specified by:
getParameters
in interfaceAnnotatedCallable<T>
-
getBaseType
- Specified by:
getBaseType
in interfaceAnnotated
-
getTypeClosure
- Specified by:
getTypeClosure
in interfaceAnnotated
-
getAnnotation
- Specified by:
getAnnotation
in interfaceAnnotated
-
getAnnotations
- Specified by:
getAnnotations
in interfaceAnnotated
-
isAnnotationPresent
- Specified by:
isAnnotationPresent
in interfaceAnnotated
-