public class BValAnnotatedType<A> extends Object implements javax.enterprise.inject.spi.AnnotatedType<A>
| Modifier and Type | Class and Description |
|---|---|
static class |
BValAnnotatedType.BValBindingLiteral |
| Constructor and Description |
|---|
BValAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<A> annotatedType) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Type |
getBaseType() |
Set<javax.enterprise.inject.spi.AnnotatedConstructor<A>> |
getConstructors() |
Set<javax.enterprise.inject.spi.AnnotatedField<? super A>> |
getFields() |
Class<A> |
getJavaClass() |
Set<javax.enterprise.inject.spi.AnnotatedMethod<? super A>> |
getMethods() |
Set<Type> |
getTypeClosure() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
public BValAnnotatedType(javax.enterprise.inject.spi.AnnotatedType<A> annotatedType)
public Class<A> getJavaClass()
getJavaClass in interface javax.enterprise.inject.spi.AnnotatedType<A>public Set<javax.enterprise.inject.spi.AnnotatedConstructor<A>> getConstructors()
getConstructors in interface javax.enterprise.inject.spi.AnnotatedType<A>public Set<javax.enterprise.inject.spi.AnnotatedMethod<? super A>> getMethods()
getMethods in interface javax.enterprise.inject.spi.AnnotatedType<A>public Set<javax.enterprise.inject.spi.AnnotatedField<? super A>> getFields()
getFields in interface javax.enterprise.inject.spi.AnnotatedType<A>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 © 2010–2020 The Apache Software Foundation. All rights reserved.