X - the typepublic class UnbackedAnnotatedType<X> extends UnbackedAnnotated implements SlimAnnotatedType<X>, Serializable
AnnotatedType. This may seem unnecessary, however it does mean we are providing a
consistent view for debugging, error reporting etc. This implementation is also serializable no matter if the original
extension-provided AnnotatedType implementation is.SlimAnnotatedType.SerializationProxy<X>| Modifier and Type | Method and Description |
|---|---|
static <X> UnbackedAnnotatedType<X> |
additionalAnnotatedType(String contextId,
AnnotatedType<X> source,
String bdaId,
String suffix,
SharedObjectCache cache) |
void |
clear()
Clear up cached content to save memory.
|
boolean |
equals(Object obj) |
Set<AnnotatedConstructor<X>> |
getConstructors()
Get the constructors of the type.
|
Set<AnnotatedField<? super X>> |
getFields()
Get the fields of the type.
|
AnnotatedTypeIdentifier |
getIdentifier() |
Class<X> |
getJavaClass()
Get the underlying
Class. |
Set<AnnotatedMethod<? super X>> |
getMethods()
Get the methods of the type.
|
int |
hashCode() |
static <X> UnbackedAnnotatedType<X> |
modifiedAnnotatedType(SlimAnnotatedType<X> originalType,
AnnotatedType<X> source,
SharedObjectCache cache) |
String |
toString() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic static <X> UnbackedAnnotatedType<X> additionalAnnotatedType(String contextId, AnnotatedType<X> source, String bdaId, String suffix, SharedObjectCache cache)
public static <X> UnbackedAnnotatedType<X> modifiedAnnotatedType(SlimAnnotatedType<X> originalType, AnnotatedType<X> source, SharedObjectCache cache)
public Class<X> getJavaClass()
AnnotatedType
Get the underlying Class.
getJavaClass in interface AnnotatedType<X>Classpublic Set<AnnotatedConstructor<X>> getConstructors()
AnnotatedTypeGet the constructors of the type. If an empty set is returned, a default constructor with no parameters will be assumed.
getConstructors in interface AnnotatedType<X>public Set<AnnotatedMethod<? super X>> getMethods()
AnnotatedTypeGet the methods of the type.
getMethods in interface AnnotatedType<X>public Set<AnnotatedField<? super X>> getFields()
AnnotatedTypeGet the fields of the type.
getFields in interface AnnotatedType<X>public void clear()
SlimAnnotatedTypeclear in interface SlimAnnotatedType<X>public AnnotatedTypeIdentifier getIdentifier()
getIdentifier in interface Identified<AnnotatedTypeIdentifier>Copyright © 2013 Seam Framework. All Rights Reserved.