public class ReflectionAnnotatedType<T> extends ReflectionAnnotated
| Modifier and Type | Method and Description |
|---|---|
<any> |
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<<any>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<<any>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<T> |
getJavaClass()
Returns the concrete Java class
|
java.util.Set<<any>> |
getMethods()
Returns the abstract introspected methods
|
ReflectionAnnotatedType<?> |
getParentType() |
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, toStringpublic java.lang.Class<T> getJavaClass()
public ReflectionAnnotatedType<?> getParentType()
public java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getBaseTypeParamMap in interface BaseTypeAnnotatedgetBaseTypeParamMap in class ReflectionAnnotatedpublic java.util.Set<<any>> getConstructors()
public java.util.Set<<any>> getMethods()
public <any> createMethod(java.lang.reflect.Method method)
public java.util.Set<<any>> getFields()