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() |
protected ReflectionCache |
getReflectionCache() |
boolean |
isStatic() |
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()
isStatic in interface AnnotatedMember<X>public BackedAnnotatedType<X> getDeclaringType()
getDeclaringType in interface AnnotatedMember<X>protected ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedCopyright © 2015. All Rights Reserved.