Class | Description |
---|---|
DirectAccessField<C,T> |
Provides direct access to a field within a row class.
|
FieldExtractor<R> |
Utility to get field values from a row class as defined by
ColumnTranslator . |
MethodAccessField<C,T> |
Provides method access to a field within a row class.
|
RowField<C,T> |
An abstract reference to a field within a row class with utility methods needed by sormula for reflection.
|
Enum | Description |
---|---|
FieldAccessType |
Defines the type of access for a row field.
|
Exception | Description |
---|---|
ReflectException |
Exception that originates in the reflect package.
|