|
||||||||||
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.ReflectionAnnotatedType<T>
public class ReflectionAnnotatedType<T>
Read-only introspected annotated type.
Method Summary | |
---|---|
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()
|
Methods inherited from class com.caucho.config.reflect.ReflectionAnnotated |
---|
addAnalysisAnnotation, addAnnotation, addOverrideAnnotation, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, toString |
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 |
Method Detail |
---|
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>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |