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 |
---|---|
<A extends Annotation> |
getAnnotation(Class<A> 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.Annotated
public Set<Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
public <A extends Annotation> A getAnnotation(Class<A> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2007-2013 Red Hat, Inc. All Rights Reserved