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(AnnotatedType<X> source,
String bdaId,
String suffix) |
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) |
String |
toString() |
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresent
getBaseType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
public static <X> UnbackedAnnotatedType<X> additionalAnnotatedType(AnnotatedType<X> source, String bdaId, String suffix)
public static <X> UnbackedAnnotatedType<X> modifiedAnnotatedType(SlimAnnotatedType<X> originalType, AnnotatedType<X> source)
public Class<X> getJavaClass()
AnnotatedType
Get the underlying Class
.
getJavaClass
in interface AnnotatedType<X>
Class
public Set<AnnotatedConstructor<X>> getConstructors()
AnnotatedType
Get 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()
AnnotatedType
Get the methods of the type.
getMethods
in interface AnnotatedType<X>
public Set<AnnotatedField<? super X>> getFields()
AnnotatedType
Get the fields of the type.
getFields
in interface AnnotatedType<X>
public void clear()
SlimAnnotatedType
clear
in interface SlimAnnotatedType<X>
public AnnotatedTypeIdentifier getIdentifier()
getIdentifier
in interface Identified<AnnotatedTypeIdentifier>
Copyright © 2013 Seam Framework. All Rights Reserved.