public abstract class ForwardingWeldParameter<T,X> extends ForwardingWeldAnnotated<T,Object> implements WeldParameter<T,X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Constructor and Description |
|---|
ForwardingWeldParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract WeldParameter<T,X> |
delegate() |
AnnotatedCallable<X> |
getDeclaringCallable()
Get the declaring method or
constructor.
|
WeldClass<X> |
getDeclaringType() |
WeldCallable<?,X,?> |
getDeclaringWeldCallable() |
int |
getPosition()
Get the position of the parameter in the method or
constructor argument list.
|
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isGeneric, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected abstract WeldParameter<T,X> delegate()
delegate in class ForwardingWeldAnnotated<T,Object>public AnnotatedCallable<X> getDeclaringCallable()
AnnotatedParameterGet the declaring method or constructor.
getDeclaringCallable in interface AnnotatedParameter<X>public int getPosition()
AnnotatedParameterGet the position of the parameter in the method or constructor argument list.
getPosition in interface AnnotatedParameter<X>public WeldCallable<?,X,?> getDeclaringWeldCallable()
getDeclaringWeldCallable in interface WeldParameter<T,X>public WeldClass<X> getDeclaringType()
getDeclaringType in interface WeldParameter<T,X>Copyright © 2013 Seam Framework. All Rights Reserved.