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 Annotated
public Set<Type> getTypeClosure()
getTypeClosure
in interface Annotated
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation
in interface Annotated
public Set<Annotation> getAnnotations()
getAnnotations
in interface Annotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface Annotated
Copyright © 2010–2024 The Apache Software Foundation. All rights reserved.