public class ReflectionAnnotatedType<T> extends ReflectionAnnotated implements AnnotatedType<T>
Modifier and Type | Method and Description |
---|---|
AnnotatedMethod<? super T> |
createMethod(java.lang.reflect.Method method)
Returns the matching method, creating one if necessary.
|
java.util.HashMap<java.lang.String,BaseType> |
getBaseTypeParamMap() |
java.util.Set<AnnotatedConstructor<T>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<AnnotatedField<? super T>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<T> |
getJavaClass()
Returns the concrete Java class
|
java.util.Set<AnnotatedMethod<? super T>> |
getMethods()
Returns the abstract introspected methods
|
ReflectionAnnotatedType<?> |
getParentType() |
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public java.lang.Class<T> getJavaClass()
getJavaClass
in interface AnnotatedType<T>
public ReflectionAnnotatedType<?> getParentType()
public java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getBaseTypeParamMap
in interface BaseTypeAnnotated
getBaseTypeParamMap
in class ReflectionAnnotated
public java.util.Set<AnnotatedConstructor<T>> getConstructors()
getConstructors
in interface AnnotatedType<T>
public java.util.Set<AnnotatedMethod<? super T>> getMethods()
getMethods
in interface AnnotatedType<T>
public AnnotatedMethod<? super T> createMethod(java.lang.reflect.Method method)
public java.util.Set<AnnotatedField<? super T>> getFields()
getFields
in interface AnnotatedType<T>