public class ReflectionSimpleAnnotatedType<X> extends ReflectionAnnotated
| Constructor and Description |
|---|
ReflectionSimpleAnnotatedType(InjectManager manager,
BaseType type) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<<any>> |
getConstructors()
Returns the abstract introspected constructors
|
java.util.Set<<any>> |
getFields()
Returns the abstract introspected fields
|
java.lang.Class<X> |
getJavaClass() |
java.util.Set<<any>> |
getMethods()
Returns the abstract introspected methods
|
java.lang.String |
toString() |
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresentpublic ReflectionSimpleAnnotatedType(InjectManager manager, BaseType type)
public java.lang.Class<X> getJavaClass()
public java.util.Set<<any>> getConstructors()
public java.util.Set<<any>> getMethods()
public java.util.Set<<any>> getFields()
public java.lang.String toString()
toString in class ReflectionAnnotated