public class ExtAnnotatedType<X> extends AnnotatedElementImpl implements AnnotatedType<X>
Constructor and Description |
---|
ExtAnnotatedType(AnnotatedType<X> baseType) |
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
|
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public ExtAnnotatedType(AnnotatedType<X> baseType)
public java.lang.Class<X> getJavaClass()
AnnotatedType
getJavaClass
in interface AnnotatedType<X>
public java.util.Set<AnnotatedConstructor<X>> getConstructors()
AnnotatedType
getConstructors
in interface AnnotatedType<X>
public java.util.Set<AnnotatedField<? super X>> getFields()
AnnotatedType
getFields
in interface AnnotatedType<X>
public java.util.Set<AnnotatedMethod<? super X>> getMethods()
AnnotatedType
getMethods
in interface AnnotatedType<X>