public abstract class FieldIntrospection<T> extends UnsafeAccess
| Modifier and Type | Field and Description |
|---|---|
private Class<T> |
clazz |
protected Fields |
data
The set of fields in
clazz that do long belong to a more specific category. |
unsafe| 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
getClazz() that do long belong to specific category. |
createCString, readCString, writeCStringpublic FieldIntrospection(Class<T> clazz)
public Fields getData()
getClazz() that do long belong to specific category.public abstract Fields[] getAllFields()