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, isStatic
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDeclaringType, getJavaMember, isStatic
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public List<AnnotatedParameter<X>> getParameters()
AnnotatedCallable
Get the parameters of the callable member.
getParameters
in interface AnnotatedCallable<X>
protected abstract AnnotatedCallable<X> delegate()
delegate
in class ForwardingAnnotatedMember<X>
Copyright © 2015. All Rights Reserved.