public abstract class BackedAnnotatedMember<X> extends BackedAnnotated implements AnnotatedMember<X>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>> |
| Constructor and Description |
|---|
BackedAnnotatedMember(java.lang.reflect.Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
BackedAnnotatedType<X> |
getDeclaringType()
Get the type which defines this member.
|
protected ReflectionCache |
getReflectionCache() |
boolean |
isStatic()
Determines if the member is static.
|
getAnnotatedElement, getAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetJavaMembergetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic BackedAnnotatedMember(java.lang.reflect.Type baseType,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache)
public boolean isStatic()
AnnotatedMemberDetermines if the member is static.
isStatic in interface AnnotatedMember<X>public BackedAnnotatedType<X> getDeclaringType()
AnnotatedMemberGet the type which defines this member.
getDeclaringType in interface AnnotatedMember<X>protected ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedCopyright © 2015. All Rights Reserved.