|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webbeans.introspector.ForwardingAnnotatedItem<T,java.lang.Object>
org.jboss.webbeans.introspector.ForwardingAnnotatedParameter<T>
public abstract class ForwardingAnnotatedParameter<T>
Field Summary |
---|
Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
---|
MAPPED_METAANNOTATIONS |
Constructor Summary | |
---|---|
ForwardingAnnotatedParameter()
|
Method Summary | |
---|---|
protected abstract AnnotatedParameter<T> |
delegate()
Gets the annotated item |
AnnotatedMember<?,?> |
getDeclaringMember()
|
T |
getValue(Manager manager)
Gets the actual value of the parameter from the manager |
Methods inherited from class org.jboss.webbeans.introspector.ForwardingAnnotatedItem |
---|
equals, getActualTypeArguments, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getRawType, getType, hashCode, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic, toString |
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, getBindings, getBindingsAsArray, getDeclaredMetaAnnotations, getFlattenedTypeHierarchy, getMetaAnnotations, getMetaAnnotationsAsArray, getName, getRawType, getType, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isFinal, isParameterizedType, isProxyable, isPublic, isStatic |
Constructor Detail |
---|
public ForwardingAnnotatedParameter()
Method Detail |
---|
protected abstract AnnotatedParameter<T> delegate()
ForwardingAnnotatedItem
delegate
in class ForwardingAnnotatedItem<T,java.lang.Object>
public AnnotatedMember<?,?> getDeclaringMember()
getDeclaringMember
in interface AnnotatedParameter<T>
public T getValue(Manager manager)
AnnotatedParameter
getValue
in interface AnnotatedParameter<T>
manager
- The Web Beans manager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |