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.DecoratedType
public Adapter<?,?> findConverter()
findConverter
in interface AccessMode.DecoratedType
public Field getField()
public Type getType()
getType
in interface AccessMode.DecoratedType
public <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation
in interface AccessMode.DecoratedType
public boolean isNillable()
isNillable
in interface AccessMode.DecoratedType
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.