public class UnbackedAnnotatedField<X> extends UnbackedAnnotatedMember<X> implements AnnotatedField<X>, Serializable
| Constructor and Description |
|---|
UnbackedAnnotatedField(Type baseType,
Set<Type> typeClosure,
Set<Annotation> annotations,
Field field,
UnbackedAnnotatedType<X> declaringType) |
| Modifier and Type | Method and Description |
|---|---|
Field |
getJavaMember()
Get the underlying
Field. |
static <X,Y extends X> |
of(AnnotatedField<X> originalField,
UnbackedAnnotatedType<Y> declaringType,
SharedObjectCache cache) |
String |
toString() |
getDeclaringType, isStaticgetAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentgetBaseTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic UnbackedAnnotatedField(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, Field field, UnbackedAnnotatedType<X> declaringType)
public static <X,Y extends X> AnnotatedField<X> of(AnnotatedField<X> originalField, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)
public Field getJavaMember()
AnnotatedField
Get the underlying Field.
getJavaMember in interface AnnotatedField<X>getJavaMember in interface AnnotatedMember<X>FieldCopyright © 2014 Seam Framework. All Rights Reserved.