public class UnbackedAnnotatedParameter<X> extends UnbackedAnnotated implements AnnotatedParameter<X>, ExperimentalAnnotatedParameter<X>, java.io.Serializable
Constructor and Description |
---|
UnbackedAnnotatedParameter(java.lang.reflect.Type baseType,
java.util.Set<java.lang.reflect.Type> typeClosure,
java.util.Set<java.lang.annotation.Annotation> annotations,
int position,
AnnotatedCallable<X> declaringCallable) |
Modifier and Type | Method and Description |
---|---|
AnnotatedCallable<X> |
getDeclaringCallable()
Get the declaring method or constructor.
|
int |
getPosition()
Get the position of the parameter in the method or constructor argument list.
|
java.lang.String |
toString() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getJavaParameter
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
getAnnotationsByType
public UnbackedAnnotatedParameter(java.lang.reflect.Type baseType, java.util.Set<java.lang.reflect.Type> typeClosure, java.util.Set<java.lang.annotation.Annotation> annotations, int position, AnnotatedCallable<X> declaringCallable)
public int getPosition()
AnnotatedParameter
Get the position of the parameter in the method or constructor argument list.
getPosition
in interface AnnotatedParameter<X>
public AnnotatedCallable<X> getDeclaringCallable()
AnnotatedParameter
Get the declaring method or constructor.
getDeclaringCallable
in interface AnnotatedParameter<X>
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2014. All Rights Reserved.