|
||||||||||
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.AnnotatedFieldImpl<X>
@Module public class AnnotatedFieldImpl<X>
Abstract introspected view of a Bean
Constructor Summary | |
---|---|
AnnotatedFieldImpl(AnnotatedType<X> declaringType,
java.lang.reflect.Field field)
|
Method Summary | |
---|---|
AnnotatedType<X> |
getDeclaringType()
Returns the declaring type |
java.lang.reflect.Field |
getJavaMember()
Returns the reflected Method |
boolean |
isStatic()
Returns true for a static field/method |
java.lang.String |
toString()
|
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, getBaseTypeParamMap, getTypeClosure, getTypeVariables, isAnnotationPresent, removeAnnotation |
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 AnnotatedFieldImpl(AnnotatedType<X> declaringType, java.lang.reflect.Field field)
Method Detail |
---|
public AnnotatedType<X> getDeclaringType()
AnnotatedMember
getDeclaringType
in interface AnnotatedMember<X>
public java.lang.reflect.Field getJavaMember()
getJavaMember
in interface AnnotatedField<X>
getJavaMember
in interface AnnotatedMember<X>
public boolean isStatic()
AnnotatedMember
isStatic
in interface AnnotatedMember<X>
public java.lang.String toString()
toString
in class AnnotatedElementImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |