|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotatedField<T>
AnnotatedField provides a uniform access to the annotations on an annotated field
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Method Summary | |
---|---|
T |
get(java.lang.Object instance)
|
java.lang.reflect.Field |
getAnnotatedField()
Gets the annotated field |
AnnotatedType<?> |
getDeclaringClass()
Gets an abstraction of the declaring class |
java.lang.String |
getPropertyName()
Gets the property name of the field |
boolean |
isTransient()
|
void |
set(java.lang.Object declaringInstance,
java.lang.Object value)
Injects an instance |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedMember |
---|
getMember |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic |
Method Detail |
---|
java.lang.reflect.Field getAnnotatedField()
void set(java.lang.Object declaringInstance, java.lang.Object value) throws java.lang.IllegalArgumentException, java.lang.IllegalAccessException
declaringInstance
- The instance to inject intovalue
- The value to inject
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
T get(java.lang.Object instance)
AnnotatedType<?> getDeclaringClass()
getDeclaringClass
in interface AnnotatedMember<T,java.lang.reflect.Field>
java.lang.String getPropertyName()
boolean isTransient()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |