|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.reflect.ReflectionAnnotated
com.caucho.config.reflect.ReflectionSimpleAnnotatedType<X>
public class ReflectionSimpleAnnotatedType<X>
Represents the reflected type where only the top-level annotations are introspected, i.e. the class itself, not the fields or methods.
Constructor Summary | |
---|---|
ReflectionSimpleAnnotatedType(InjectManager manager,
BaseType type)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class com.caucho.config.reflect.ReflectionAnnotated |
---|
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.enterprise.inject.spi.Annotated |
---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
Constructor Detail |
---|
public ReflectionSimpleAnnotatedType(InjectManager manager, BaseType type)
Method Detail |
---|
public java.lang.Class<X> getJavaClass()
AnnotatedType
getJavaClass
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |