Class UnbackedAnnotatedParameter<X>
- java.lang.Object
-
- org.jboss.weld.annotated.slim.BaseAnnotated
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
-
- org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedParameter<X>
-
- All Implemented Interfaces:
Serializable,Annotated,AnnotatedParameter<X>
public class UnbackedAnnotatedParameter<X> extends UnbackedAnnotated implements AnnotatedParameter<X>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedCallable<X>getDeclaringCallable()Get the declaring method or constructor.intgetPosition()Get the position of the parameter in the method or constructor argument list.StringtoString()-
Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
-
Methods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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
-
-
-
-
Constructor Detail
-
UnbackedAnnotatedParameter
public UnbackedAnnotatedParameter(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable)
-
-
Method Detail
-
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
-
-