public abstract class ForwardingAnnotatedMember<X> extends ForwardingAnnotated implements AnnotatedMember<X>
AnnotatedMember
.Constructor and Description |
---|
ForwardingAnnotatedMember() |
Modifier and Type | Method and Description |
---|---|
protected abstract AnnotatedMember<X> |
delegate() |
AnnotatedType<X> |
getDeclaringType()
Get the type which defines this member.
|
Member |
getJavaMember()
Get the underlying
Member . |
boolean |
isStatic()
Determines if the member is static.
|
equals, getAnnotation, getAnnotations, getBaseType, getTypeClosure, hashCode, isAnnotationPresent, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public Member getJavaMember()
AnnotatedMember
Get the underlying Member
.
getJavaMember
in interface AnnotatedMember<X>
Member
public boolean isStatic()
AnnotatedMember
Determines if the member is static.
isStatic
in interface AnnotatedMember<X>
public AnnotatedType<X> getDeclaringType()
AnnotatedMember
Get the type which defines this member.
getDeclaringType
in interface AnnotatedMember<X>
protected abstract AnnotatedMember<X> delegate()
delegate
in class ForwardingAnnotated
Copyright © 2015. All Rights Reserved.