public interface FieldType<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getComments()
Get the field comments.
|
java.lang.reflect.Field |
getField()
Get the java reflect field.
|
java.lang.String |
getName()
The name of the field.
|
AnyType<T> |
getType()
Get the field type.
|
java.lang.String getName()
OdinField
annotation, this method return the name defined by the annotation.AnyType<T> getType()
java.lang.reflect.Field getField()
java.lang.String[] getComments()
OdinField
annotation.