T
- public class WeldParameterImpl<T,X> extends AbstractWeldAnnotated<T,Object> implements WeldParameter<T,X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier | Constructor and Description |
---|---|
protected |
WeldParameterImpl(Annotation[] annotations,
Class<T> rawType,
Type type,
LazyValueHolder<Set<Type>> typeClosure,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
javax.enterprise.inject.spi.AnnotatedCallable<X> |
getDeclaringCallable() |
WeldClass<X> |
getDeclaringType() |
WeldCallable<?,X,?> |
getDeclaringWeldCallable() |
Object |
getDelegate() |
String |
getName()
Gets the name of the parameter
|
Package |
getPackage() |
int |
getPosition() |
boolean |
isFinal()
Indicates if the parameter is final
|
boolean |
isGeneric() |
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isPublic()
Indicates if this annotated item is public
|
boolean |
isStatic()
Indicates if the parameter is static
|
static <T,X> WeldParameter<T,X> |
of(Annotation[] annotations,
Class<T> rawType,
Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
static <T,X> WeldParameter<T,X> |
of(Set<Annotation> annotations,
Class<T> rawType,
Type type,
WeldCallable<?,X,?> declaringMember,
int position,
ClassTransformer classTransformer) |
String |
toString()
Gets a string representation of the parameter
|
addMetaAnnotations, addMetaAnnotations, buildAnnotationMap, buildAnnotationMap, getActualTypeArguments, getAnnotation, getAnnotations, getBaseType, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, getTypeClosure, isAnnotationPresent, isParameterizedType, isPrimitive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, isParameterizedType, isPrimitive
protected WeldParameterImpl(Annotation[] annotations, Class<T> rawType, Type type, LazyValueHolder<Set<Type>> typeClosure, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
annotations
- The annotations arraytype
- The type of the parameterpublic static <T,X> WeldParameter<T,X> of(Annotation[] annotations, Class<T> rawType, Type type, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
public static <T,X> WeldParameter<T,X> of(Set<Annotation> annotations, Class<T> rawType, Type type, WeldCallable<?,X,?> declaringMember, int position, ClassTransformer classTransformer)
public boolean isFinal()
isFinal
in interface WeldAnnotated<T,Object>
WeldAnnotated.isFinal()
public boolean isStatic()
isStatic
in interface WeldAnnotated<T,Object>
WeldAnnotated.isStatic()
public boolean isPublic()
WeldAnnotated
isPublic
in interface WeldAnnotated<T,Object>
public boolean isPrivate()
isPrivate
in interface WeldAnnotated<T,Object>
public boolean isPackagePrivate()
isPackagePrivate
in interface WeldAnnotated<T,Object>
public boolean isGeneric()
isGeneric
in interface WeldAnnotated<T,Object>
public Package getPackage()
getPackage
in interface WeldAnnotated<T,Object>
public String getName()
getName
in interface WeldAnnotated<T,Object>
IllegalArgumentException
- (not supported)WeldAnnotated.getName()
public String toString()
public javax.enterprise.inject.spi.AnnotatedCallable<X> getDeclaringCallable()
getDeclaringCallable
in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
public WeldCallable<?,X,?> getDeclaringWeldCallable()
getDeclaringWeldCallable
in interface WeldParameter<T,X>
public int getPosition()
getPosition
in interface javax.enterprise.inject.spi.AnnotatedParameter<X>
public Object getDelegate()
getDelegate
in class AbstractWeldAnnotated<T,Object>
public WeldClass<X> getDeclaringType()
getDeclaringType
in interface WeldParameter<T,X>
Copyright © 2012 Seam Framework. All Rights Reserved.