public class ValidationEnabledAnnotatedType<T>
extends java.lang.Object
implements javax.enterprise.inject.spi.AnnotatedType<T>
Constructor and Description |
---|
ValidationEnabledAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<T> type,
java.util.Set<javax.enterprise.inject.spi.AnnotatedCallable<? super T>> constrainedCallables) |
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() |
java.util.Set<javax.enterprise.inject.spi.AnnotatedConstructor<T>> |
getConstructors() |
java.util.Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> |
getFields() |
java.lang.Class<T> |
getJavaClass() |
java.util.Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> |
getMethods() |
java.util.Set<java.lang.reflect.Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
public java.lang.Class<T> getJavaClass()
getJavaClass
in interface javax.enterprise.inject.spi.AnnotatedType<T>
public java.util.Set<javax.enterprise.inject.spi.AnnotatedConstructor<T>> getConstructors()
getConstructors
in interface javax.enterprise.inject.spi.AnnotatedType<T>
public java.util.Set<javax.enterprise.inject.spi.AnnotatedMethod<? super T>> getMethods()
getMethods
in interface javax.enterprise.inject.spi.AnnotatedType<T>
public java.util.Set<javax.enterprise.inject.spi.AnnotatedField<? super T>> getFields()
getFields
in interface javax.enterprise.inject.spi.AnnotatedType<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