|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.introspector.jlr.AbstractWeldAnnotated<T,java.lang.Object>
org.jboss.weld.introspector.jlr.WeldParameterImpl<T,X>
T - public class WeldParameterImpl<T,X>
Represents a parameter This class is immutable and therefore threadsafe
| Field Summary |
|---|
| Fields inherited from interface org.jboss.weld.introspector.WeldAnnotated |
|---|
MAPPED_METAANNOTATIONS |
| Constructor Summary | |
|---|---|
protected |
WeldParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
Constructor |
| Method Summary | ||
|---|---|---|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable()
|
|
java.lang.Object |
getDelegate()
|
|
java.lang.String |
getName()
Gets the name of the parameter |
|
java.lang.Package |
getPackage()
|
|
int |
getPosition()
|
|
boolean |
isFinal()
Indicates if the parameter is final |
|
boolean |
isPackagePrivate()
|
|
boolean |
isPrivate()
|
|
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> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
|
|
static
|
of(java.util.Set<java.lang.annotation.Annotation> annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
|
|
java.lang.String |
toString()
Gets a string representation of the parameter |
|
| Methods inherited from class org.jboss.weld.introspector.jlr.AbstractWeldAnnotated |
|---|
equals, getActualTypeArguments, getAnnotation, getAnnotations, getAnnotationStore, getBaseType, getBindingsAsArray, getDeclaredMetaAnnotations, getInterfaceOnlyFlattenedTypeHierarchy, getJavaClass, getMetaAnnotations, getMetaAnnotationsAsArray, getQualifiers, getTypeClosure, hashCode, isAnnotationPresent, isDeclaredAnnotationPresent, isParameterizedType, isProxyable |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jboss.weld.introspector.WeldAnnotated |
|---|
getActualTypeArguments, getBindingsAsArray, getDeclaredMetaAnnotations, getInterfaceOnlyFlattenedTypeHierarchy, getJavaClass, getMetaAnnotations, getMetaAnnotationsAsArray, getQualifiers, isDeclaredAnnotationPresent, isParameterizedType, isProxyable |
| Methods inherited from interface javax.enterprise.inject.spi.Annotated |
|---|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent |
| Constructor Detail |
|---|
protected WeldParameterImpl(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
annotations - The annotations arraytype - The type of the parameter| Method Detail |
|---|
public static <T,X> WeldParameter<T,X> of(java.lang.annotation.Annotation[] annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
public static <T,X> WeldParameter<T,X> of(java.util.Set<java.lang.annotation.Annotation> annotations,
java.lang.Class<T> rawType,
java.lang.reflect.Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
public boolean isFinal()
isFinal in interface WeldAnnotated<T,java.lang.Object>WeldAnnotated.isFinal()public boolean isStatic()
isStatic in interface WeldAnnotated<T,java.lang.Object>WeldAnnotated.isStatic()public boolean isPublic()
WeldAnnotated
isPublic in interface WeldAnnotated<T,java.lang.Object>public boolean isPrivate()
isPrivate in interface WeldAnnotated<T,java.lang.Object>public boolean isPackagePrivate()
isPackagePrivate in interface WeldAnnotated<T,java.lang.Object>public java.lang.Package getPackage()
getPackage in interface WeldAnnotated<T,java.lang.Object>public java.lang.String getName()
getName in interface WeldAnnotated<T,java.lang.Object>java.lang.IllegalArgumentException - (not supported)WeldAnnotated.getName()public java.lang.String toString()
toString in class AbstractWeldAnnotated<T,java.lang.Object>public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
getDeclaringCallable in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public int getPosition()
getPosition in interface javax.enterprise.inject.spi.AnnotatedParameter<X>public java.lang.Object getDelegate()
getDelegate in class AbstractWeldAnnotated<T,java.lang.Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||