public abstract class ForwardingAnnotatedCallable<X> extends ForwardingAnnotatedMember<X> implements AnnotatedCallable<X>
AnnotatedCallable.| Constructor and Description |
|---|
ForwardingAnnotatedCallable() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedCallable<X> |
delegate() |
List<AnnotatedParameter<X>> |
getParameters()
Get the parameters of the callable member.
|
getDeclaringType, getJavaMember, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaringType, getJavaMember, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic List<AnnotatedParameter<X>> getParameters()
AnnotatedCallableGet the parameters of the callable member.
getParameters in interface AnnotatedCallable<X>protected abstract AnnotatedCallable<X> delegate()
delegate in class ForwardingAnnotatedMember<X>Copyright © 2014. All Rights Reserved.