|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.reflect.AnnotatedElementImpl
com.caucho.config.reflect.AnnotatedTypeImpl<X>
public class AnnotatedTypeImpl<X>
Abstract introspected view of a Bean
Constructor Summary | |
---|---|
AnnotatedTypeImpl(AnnotatedType<X> annType)
|
Method Summary | ||
---|---|---|
static
|
create(AnnotatedType<X> annType)
|
|
AnnotatedMethod<? super X> |
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<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.util.Set<AnnotatedMethod<? super X>> |
getMethodsForUpdate()
Returns the abstract introspected methods |
Methods inherited from class com.caucho.config.reflect.AnnotatedElementImpl |
---|
addAnalysisAnnotation, addAnnotation, addAnnotationIfAbsent, addAnnotations, addAnnotations, addOverrideAnnotation, clearAnnotations, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, createBaseType, fillTypeVariables, getAnalysisAnnotation, getAnnotation, getAnnotations, getBaseType, getBaseTypeImpl, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation, 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 |
Constructor Detail |
---|
public AnnotatedTypeImpl(AnnotatedType<X> annType)
Method Detail |
---|
public static <X> AnnotatedTypeImpl<X> create(AnnotatedType<X> annType)
public java.lang.Class<X> getJavaClass()
getJavaClass
in interface AnnotatedType<X>
public java.util.HashMap<java.lang.String,BaseType> getBaseTypeParamMap()
getBaseTypeParamMap
in interface BaseTypeAnnotated
getBaseTypeParamMap
in class AnnotatedElementImpl
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<AnnotatedMethod<? super X>> getMethodsForUpdate()
public AnnotatedMethod<? super X> createMethod(java.lang.reflect.Method method)
public java.util.Set<AnnotatedField<? super X>> getFields()
getFields
in interface AnnotatedType<X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |