public interface AnnotatedType<X> extends Annotated
Modifier and Type | Method and Description |
---|---|
java.util.Set<AnnotatedConstructor<X>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<AnnotatedField<? super X>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<X> |
getJavaClass()
Returns the concrete Java class
|
java.util.Set<AnnotatedMethod<? super X>> |
getMethods()
Returns the abstract introspected methods
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
java.lang.Class<X> getJavaClass()
java.util.Set<AnnotatedConstructor<X>> getConstructors()
java.util.Set<AnnotatedMethod<? super X>> getMethods()
java.util.Set<AnnotatedField<? super X>> getFields()