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