public abstract class FieldIntrospection<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Fields |
data
The set of fields in
FieldIntrospection.clazz that do long belong to a more specific category. |
| Constructor and Description |
|---|
FieldIntrospection(Class<T> clazz) |
| Modifier and Type | Method and Description |
|---|---|
abstract Fields[] |
getAllFields() |
Class<T> |
getClazz() |
Fields |
getData()
Gets the fields in
FieldIntrospection.getClazz() that do long belong to specific category. |
protected Fields data
FieldIntrospection.clazz that do long belong to a more specific category.public Fields getData()
FieldIntrospection.getClazz() that do long belong to specific category.public abstract Fields[] getAllFields()