|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem<T,S>
org.jboss.webbeans.introspector.jlr.AbstractAnnotatedMember<T,S>
T
- S
- public abstract class AbstractAnnotatedMember<T,S extends java.lang.reflect.Member>
Represents an abstract annotated memeber (field, method or constructor) This class is immutable, and therefore threadsafe
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Constructor Summary | |
---|---|
protected |
AbstractAnnotatedMember(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member,
java.lang.Class<T> rawType,
java.lang.reflect.Type type)
Constructor |
Method Summary | |
---|---|
S |
getMember()
|
java.lang.String |
getName()
Gets the name of the member |
T |
getValue(Manager manager)
Gets the current value of the member |
boolean |
isFinal()
Indicates if the member if final |
boolean |
isPublic()
Indicates if this annotated item is public |
boolean |
isStatic()
Indicates if the member is static |
boolean |
isTransient()
|
java.lang.String |
toString()
Gets a string representation of the member |
Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
---|
equals, getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getDelegate, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getRawType, getType, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isParameterizedType, isProxyable |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedMember |
---|
getDeclaringClass |
Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isParameterizedType, isProxyable |
Constructor Detail |
---|
protected AbstractAnnotatedMember(AnnotationStore annotatedItemHelper, java.lang.reflect.Member member, java.lang.Class<T> rawType, java.lang.reflect.Type type)
annotationMap
- The annotation mapMethod Detail |
---|
public boolean isStatic()
isStatic
in interface AnnotatedItem<T,S extends java.lang.reflect.Member>
AnnotatedItem.isStatic()
public boolean isFinal()
isFinal
in interface AnnotatedItem<T,S extends java.lang.reflect.Member>
AnnotatedItem.isFinal()
public boolean isTransient()
public boolean isPublic()
AnnotatedItem
isPublic
in interface AnnotatedItem<T,S extends java.lang.reflect.Member>
public T getValue(Manager manager)
manager
- The Web Beans manager
public java.lang.String getName()
getName
in interface AnnotatedItem<T,S extends java.lang.reflect.Member>
AnnotatedItem.getName()
public java.lang.String toString()
toString
in class AbstractAnnotatedItem<T,S extends java.lang.reflect.Member>
public S getMember()
getMember
in interface AnnotatedMember<T,S extends java.lang.reflect.Member>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |