public abstract class ValidationEnabledAnnotatedCallable<T> extends Object implements javax.enterprise.inject.spi.AnnotatedCallable<T>
| Constructor and Description |
|---|
ValidationEnabledAnnotatedCallable(javax.enterprise.inject.spi.AnnotatedCallable<T> callable) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
javax.enterprise.inject.spi.AnnotatedType<T> |
getDeclaringType() |
List<javax.enterprise.inject.spi.AnnotatedParameter<T>> |
getParameters() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
boolean |
isStatic() |
public ValidationEnabledAnnotatedCallable(javax.enterprise.inject.spi.AnnotatedCallable<T> callable)
public boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<T>public javax.enterprise.inject.spi.AnnotatedType<T> getDeclaringType()
getDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<T>public List<javax.enterprise.inject.spi.AnnotatedParameter<T>> getParameters()
getParameters in interface javax.enterprise.inject.spi.AnnotatedCallable<T>public Type getBaseType()
getBaseType in interface javax.enterprise.inject.spi.Annotatedpublic Set<Type> getTypeClosure()
getTypeClosure in interface javax.enterprise.inject.spi.Annotatedpublic <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface javax.enterprise.inject.spi.Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface javax.enterprise.inject.spi.Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface javax.enterprise.inject.spi.AnnotatedCopyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved