public abstract class ValidationEnabledAnnotatedCallable<T>
extends java.lang.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 java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<A> annotationType) |
java.util.Set<java.lang.annotation.Annotation> |
getAnnotations() |
java.lang.reflect.Type |
getBaseType() |
javax.enterprise.inject.spi.AnnotatedType<T> |
getDeclaringType() |
java.util.List<javax.enterprise.inject.spi.AnnotatedParameter<T>> |
getParameters() |
java.util.Set<java.lang.reflect.Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.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 java.util.List<javax.enterprise.inject.spi.AnnotatedParameter<T>> getParameters()
getParameters
in interface javax.enterprise.inject.spi.AnnotatedCallable<T>
public java.lang.reflect.Type getBaseType()
getBaseType
in interface javax.enterprise.inject.spi.Annotated
public java.util.Set<java.lang.reflect.Type> getTypeClosure()
getTypeClosure
in interface javax.enterprise.inject.spi.Annotated
public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
public java.util.Set<java.lang.annotation.Annotation> getAnnotations()
getAnnotations
in interface javax.enterprise.inject.spi.Annotated
public boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved