Package org.jboss.weld.util.annotated
Class ForwardingAnnotatedParameter<X>
- java.lang.Object
-
- org.jboss.weld.util.annotated.ForwardingAnnotated
-
- org.jboss.weld.util.annotated.ForwardingAnnotatedParameter<X>
-
- All Implemented Interfaces:
Annotated,AnnotatedParameter<X>
public abstract class ForwardingAnnotatedParameter<X> extends ForwardingAnnotated implements AnnotatedParameter<X>
-
-
Constructor Summary
Constructors Constructor Description ForwardingAnnotatedParameter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract AnnotatedParameter<X>delegate()AnnotatedCallable<X>getDeclaringCallable()Get the declaring method or constructor.intgetPosition()Get the position of the parameter in the method or constructor argument list.-
Methods inherited from class org.jboss.weld.util.annotated.ForwardingAnnotated
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedParameter
getAnnotations, getJavaParameter
-
-
-
-
Method Detail
-
delegate
protected abstract AnnotatedParameter<X> delegate()
- Specified by:
delegatein classForwardingAnnotated
-
getPosition
public int getPosition()
Description copied from interface:AnnotatedParameterGet the position of the parameter in the method or constructor argument list.
- Specified by:
getPositionin interfaceAnnotatedParameter<X>- Returns:
- the position of the parameter
-
getDeclaringCallable
public AnnotatedCallable<X> getDeclaringCallable()
Description copied from interface:AnnotatedParameterGet the declaring method or constructor.
- Specified by:
getDeclaringCallablein interfaceAnnotatedParameter<X>- Returns:
- the declaring callable
-
-