Package | Description |
---|---|
org.sormula.reflect |
Classes for performing Java reflection operations.
|
org.sormula.translator |
Classes that provide mapping between columns and Java class members.
|
Modifier and Type | Method and Description |
---|---|
static FieldAccessType |
FieldAccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldAccessType[] |
FieldAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <C,T> RowField<C,T> |
RowField.newInstance(FieldAccessType fieldAccessType,
java.lang.reflect.Field field)
Factory method to create concrete
RowField subclass instance for a field. |
Modifier and Type | Method and Description |
---|---|
FieldAccessType |
RowTranslator.getFieldAccessType()
Gets the field access type to use for all fields in row if no access type has been specified
for
Column . |