org.hibernate.validator.internal.cdi.interceptor
Class ValidationEnabledAnnotatedCallable<T>
java.lang.Object
org.hibernate.validator.internal.cdi.interceptor.ValidationEnabledAnnotatedCallable<T>
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Annotated, javax.enterprise.inject.spi.AnnotatedCallable<T>, javax.enterprise.inject.spi.AnnotatedMember<T>
- Direct Known Subclasses:
- ValidationEnabledAnnotatedConstructor, ValidationEnabledAnnotatedMethod
public abstract class ValidationEnabledAnnotatedCallable<T>
- extends Object
- implements javax.enterprise.inject.spi.AnnotatedCallable<T>
- Author:
- Hardy Ferentschik
| 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.AnnotatedMember |
getJavaMember |
ValidationEnabledAnnotatedCallable
public ValidationEnabledAnnotatedCallable(javax.enterprise.inject.spi.AnnotatedCallable<T> callable)
isStatic
public boolean isStatic()
- Specified by:
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<T>
getDeclaringType
public javax.enterprise.inject.spi.AnnotatedType<T> getDeclaringType()
- Specified by:
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<T>
getParameters
public List<javax.enterprise.inject.spi.AnnotatedParameter<T>> getParameters()
- Specified by:
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<T>
getBaseType
public Type getBaseType()
- Specified by:
getBaseType in interface javax.enterprise.inject.spi.Annotated
getTypeClosure
public Set<Type> getTypeClosure()
- Specified by:
getTypeClosure in interface javax.enterprise.inject.spi.Annotated
getAnnotation
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
- Specified by:
getAnnotation in interface javax.enterprise.inject.spi.Annotated
getAnnotations
public Set<Annotation> getAnnotations()
- Specified by:
getAnnotations in interface javax.enterprise.inject.spi.Annotated
isAnnotationPresent
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
- Specified by:
isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated
Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved