public abstract static class FieldAccessMode.FieldDecoratedType extends Object implements AccessMode.DecoratedType
| Modifier and Type | Field and Description | 
|---|---|
| protected Field | field | 
| protected Type | type | 
| Constructor and Description | 
|---|
| FieldDecoratedType(Field field,
                  Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| Adapter<?,?> | findConverter() | 
| <T extends Annotation> | getAnnotation(Class<T> clazz) | 
| <T extends Annotation> | getClassOrPackageAnnotation(Class<T> clazz) | 
| Field | getField() | 
| Type | getType() | 
| boolean | isNillable() | 
public <T extends Annotation> T getClassOrPackageAnnotation(Class<T> clazz)
getClassOrPackageAnnotation in interface AccessMode.DecoratedTypepublic Adapter<?,?> findConverter()
findConverter in interface AccessMode.DecoratedTypepublic Field getField()
public Type getType()
getType in interface AccessMode.DecoratedTypepublic <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation in interface AccessMode.DecoratedTypepublic boolean isNillable()
isNillable in interface AccessMode.DecoratedTypeCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.