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() |
protected LazyValueHolder<java.util.Set<java.lang.reflect.Type>> |
initTypeClosure(java.lang.reflect.Type baseType,
SharedObjectCache cache) |
boolean |
isStatic() |
getAnnotatedElement, getAnnotations, getTypeClosuregetBaseTypeclone, 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)
protected LazyValueHolder<java.util.Set<java.lang.reflect.Type>> initTypeClosure(java.lang.reflect.Type baseType, SharedObjectCache cache)
initTypeClosure in class BackedAnnotatedpublic boolean isStatic()
isStatic in interface AnnotatedMember<X>public BackedAnnotatedType<X> getDeclaringType()
getDeclaringType in interface AnnotatedMember<X>protected ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedCopyright © 2013 Seam Framework. All Rights Reserved.