public abstract class ForwardingAnnotatedMethod<X> extends ForwardingAnnotatedCallable<X> implements AnnotatedMethod<X>
AnnotatedMethod.| Constructor and Description |
|---|
ForwardingAnnotatedMethod() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract AnnotatedMethod<X> |
delegate() |
Method |
getJavaMember()
Get the underlying
Member. |
getParametersgetDeclaringType, isStaticequals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetParametersgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic Method getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>getJavaMember in interface AnnotatedMethod<X>getJavaMember in class ForwardingAnnotatedMember<X>Memberprotected abstract AnnotatedMethod<X> delegate()
delegate in class ForwardingAnnotatedCallable<X>Copyright © 2016. All Rights Reserved.