public class ReflectionSimpleAnnotatedType<X> extends ReflectionAnnotated implements AnnotatedType<X>
| Constructor and Description |
|---|
ReflectionSimpleAnnotatedType(InjectManager manager,
BaseType type) |
| 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
|
java.lang.String |
toString() |
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic ReflectionSimpleAnnotatedType(InjectManager manager, BaseType type)
public java.lang.Class<X> getJavaClass()
AnnotatedTypegetJavaClass in interface AnnotatedType<X>public java.util.Set<AnnotatedConstructor<X>> getConstructors()
getConstructors in interface AnnotatedType<X>public java.util.Set<AnnotatedMethod<? super X>> getMethods()
getMethods in interface AnnotatedType<X>public java.util.Set<AnnotatedField<? super X>> getFields()
getFields in interface AnnotatedType<X>public java.lang.String toString()
toString in class ReflectionAnnotated