|
||||||||||
| 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
| Nested Class Summary |
|---|
| 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 | |
|---|---|
AnnotatedParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> type)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.reflect.Type[] |
getActualTypeArguments()
Gets the actual type arguments |
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 |
isStatic()
Indicates if the parameter is static |
java.lang.String |
toDetailedString()
|
java.lang.String |
toString()
Gets a string representation of the parameter |
| Methods inherited from class org.jboss.webbeans.introspector.jlr.AbstractAnnotatedItem |
|---|
buildAnnotationMap, buildAnnotationMap, equals, getAnnotation, getAnnotationMap, getAnnotations, getBindingTypes, getBindingTypesAsArray, 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 |
|---|
getAnnotation, getAnnotations, getBindingTypes, getBindingTypesAsArray, getMetaAnnotations, getMetaAnnotationsAsArray, isAnnotationPresent, isAssignableFrom, isAssignableFrom, isProxyable |
| Constructor Detail |
|---|
public AnnotatedParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> type)
annotations - The annotations arraytype - The type of the parameter| Method Detail |
|---|
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 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 java.lang.String toDetailedString()
toDetailedString in class AbstractAnnotatedItem<T,java.lang.Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||