|
||||||||||
| 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
| Nested Class Summary | |
|---|---|
protected class |
AbstractAnnotatedMember.AnnotatedParameterMap
An annotation type -> list of annotations map |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
AbstractAnnotatedMember(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member)
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, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getDelegate, getMetaAnnotations, getMetaAnnotationsAsArray, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isProxyable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isProxyable |
| Constructor Detail |
|---|
public AbstractAnnotatedMember(AnnotationStore annotatedItemHelper,
java.lang.reflect.Member member)
annotationMap - The annotation map| Method 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 | |||||||||