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, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetJavaParametergetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentgetAnnotationsByTypepublic 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()
AnnotatedParameterGet the position of the parameter in the method or constructor argument list.
getPosition in interface AnnotatedParameter<X>public AnnotatedCallable<X> getDeclaringCallable()
AnnotatedParameterGet the declaring method or constructor.
getDeclaringCallable in interface AnnotatedParameter<X>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2014. All Rights Reserved.