|
||||||||||
| 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,java.lang.Object>
org.jboss.webbeans.introspector.jlr.AnnotatedParameterImpl<T>
T - public class AnnotatedParameterImpl<T>
Represents a parameter This class is immutable and therefore threadsafe
| Field Summary |
|---|
| Fields inherited from interface org.jboss.webbeans.introspector.AnnotatedItem |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
AnnotatedParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> type,
AnnotatedMember<?,?> declaringMember)
Constructor |
|
| Method Summary | ||
|---|---|---|
java.lang.reflect.Type[] |
getActualTypeArguments()
Gets the actual type arguments |
|
AnnotatedMember<?,?> |
getDeclaringMember()
|
|
java.lang.Object |
getDelegate()
Gets the delegate |
|
java.lang.String |
getName()
Gets the name of the parameter |
|
java.lang.Class<T> |
getType()
Gets the type of the parameter |
|
T |
getValue(Manager manager)
Gets the current value |
|
boolean |
isFinal()
Indicates if the parameter is final |
|
boolean |
isPublic()
Indicates if this annotated item is public |
|
boolean |
isStatic()
Indicates if the parameter is static |
|
static
|
of(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> clazz,
AnnotatedMember<?,?> declaringMember)
|
|
java.lang.String |
toString()
Gets a string representation of the parameter |
|
AnnotatedParameter<T> |
wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
|
|
| Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
equals, getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, 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 |
|---|
getAnnotation, getAnnotationsAsSet, getAnnotationStore, getBindingTypes, getBindingTypesAsArray, getDeclaredMetaAnnotations, getMetaAnnotations, getMetaAnnotationsAsArray, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isDeclaredAnnotationPresent, isProxyable |
| Constructor Detail |
|---|
public AnnotatedParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> type,
AnnotatedMember<?,?> declaringMember)
annotations - The annotations arraytype - The type of the parameter| Method Detail |
|---|
public static <T> AnnotatedParameter<T> of(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> clazz,
AnnotatedMember<?,?> declaringMember)
public java.lang.reflect.Type[] getActualTypeArguments()
getActualTypeArguments in interface AnnotatedItem<T,java.lang.Object>AnnotatedItem.getActualTypeArguments()public java.lang.Object getDelegate()
getDelegate in class AbstractAnnotatedItem<T,java.lang.Object>org.jboss.webbeans.introspector.AnnotatedItem#getDelegate()public java.lang.Class<T> getType()
getType in interface AnnotatedItem<T,java.lang.Object>AnnotatedItem.getType()public boolean isFinal()
isFinal in interface AnnotatedItem<T,java.lang.Object>AnnotatedItem.isFinal()public boolean isStatic()
isStatic in interface AnnotatedItem<T,java.lang.Object>AnnotatedItem.isStatic()public boolean isPublic()
AnnotatedItem
isPublic in interface AnnotatedItem<T,java.lang.Object>public T getValue(Manager manager)
getValue in interface AnnotatedParameter<T>manager - The Web Beans manager
AnnotatedParameterpublic java.lang.String getName()
getName in interface AnnotatedItem<T,java.lang.Object>java.lang.IllegalArgumentException - (not supported)AnnotatedItem.getName()public java.lang.String toString()
toString in class AbstractAnnotatedItem<T,java.lang.Object>public AnnotatedMember<?,?> getDeclaringMember()
getDeclaringMember in interface AnnotatedParameter<T>public AnnotatedParameter<T> wrap(java.util.Set<java.lang.annotation.Annotation> annotations)
wrap in interface AnnotatedParameter<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||