public class BackedAnnotatedType<X> extends BackedAnnotated implements SlimAnnotatedType<X>, Serializable
SlimAnnotatedType.SerializationProxy<X>| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clear up cached content to save memory.
|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Set<Annotation> |
getAnnotations() |
Set<AnnotatedConstructor<X>> |
getConstructors() |
Set<AnnotatedField<? super X>> |
getFields() |
AnnotatedTypeIdentifier |
getIdentifier() |
Class<X> |
getJavaClass() |
Set<AnnotatedMethod<? super X>> |
getMethods() |
ReflectionCache |
getReflectionCache() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X> BackedAnnotatedType<X> |
of(Class<X> javaClass,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
static <X> BackedAnnotatedType<X> |
of(Class<X> javaClass,
Type baseType,
SharedObjectCache sharedObjectCache,
ReflectionCache reflectionCache,
String contextId,
String bdaId) |
String |
toString() |
getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBaseType, getTypeClosurepublic static <X> BackedAnnotatedType<X> of(Class<X> javaClass, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId)
public static <X> BackedAnnotatedType<X> of(Class<X> javaClass, Type baseType, SharedObjectCache sharedObjectCache, ReflectionCache reflectionCache, String contextId, String bdaId)
protected AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic Class<X> getJavaClass()
getJavaClass in interface AnnotatedType<X>public Set<AnnotatedConstructor<X>> getConstructors()
getConstructors in interface AnnotatedType<X>public Set<AnnotatedMethod<? super X>> getMethods()
getMethods in interface AnnotatedType<X>public Set<AnnotatedField<? super X>> getFields()
getFields in interface AnnotatedType<X>public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation in interface Annotatedpublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent in interface Annotatedpublic Set<Annotation> getAnnotations()
getAnnotations in interface AnnotatedgetAnnotations in class BackedAnnotatedpublic void clear()
SlimAnnotatedTypeclear in interface SlimAnnotatedType<X>public ReflectionCache getReflectionCache()
getReflectionCache in class BackedAnnotatedpublic AnnotatedTypeIdentifier getIdentifier()
getIdentifier in interface Identified<AnnotatedTypeIdentifier>Copyright © 2014 Seam Framework. All Rights Reserved.