public abstract class ForwardingAnnotatedParameter<X> extends ForwardingAnnotated implements AnnotatedParameter<X>
| Constructor and Description |
|---|
ForwardingAnnotatedParameter() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedParameter<X> |
delegate() |
AnnotatedCallable<X> |
getDeclaringCallable()
Get the declaring method or constructor.
|
int |
getPosition()
Get the position of the parameter in the method or constructor argument list.
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected abstract AnnotatedParameter<X> delegate()
delegate in class ForwardingAnnotatedpublic 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>Copyright © 2016. All Rights Reserved.