|
||||||||||
| 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 |
| Nested classes/interfaces inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
AbstractAnnotatedItem.AnnotationMap |
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
AbstractAnnotatedMember(AbstractAnnotatedItem.AnnotationMap annotationMap,
java.lang.reflect.Member member)
Constructor |
|
| Method Summary | |
|---|---|
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 |
isStatic()
Indicates if the member is static |
java.lang.String |
toDetailedString()
|
java.lang.String |
toString()
Gets a string representation of the member |
| Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
buildAnnotationMap, buildAnnotationMap, equals, getAnnotation, getAnnotationMap, getAnnotations, getBindingTypes, getBindingTypesAsArray, getDelegate, getMetaAnnotations, getMetaAnnotationsAsArray, getParameterValues, getParameterValues, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, 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, getType |
| Constructor Detail |
|---|
public AbstractAnnotatedMember(AbstractAnnotatedItem.AnnotationMap annotationMap,
java.lang.reflect.Member member)
annotationMap - The annotation map| Method Detail |
|---|
public boolean isStatic()
AnnotatedItem.isStatic()public boolean isFinal()
AnnotatedItem.isFinal()public T getValue(Manager manager)
manager - The Web Beans manager
public java.lang.String getName()
AnnotatedItem.getName()public java.lang.String toString()
toString in class AbstractAnnotatedItem<T,S extends java.lang.reflect.Member>public java.lang.String toDetailedString()
toDetailedString in class AbstractAnnotatedItem<T,S extends java.lang.reflect.Member>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||