Package | Description |
---|---|
org.jsefa.flr.lowlevel | |
org.jsefa.flr.mapping |
Modifier and Type | Method and Description |
---|---|
static Align |
Align.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Align[] |
Align.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
FlrLowLevelDeserializerImpl.nextField(int length,
Align align,
char padCharacter)
Returns the next field of the current record.
|
String |
FlrLowLevelDeserializer.nextField(int length,
Align align,
char padCharacter)
Returns the next field of the current record.
|
void |
FlrLowLevelSerializerImpl.writeField(String value,
int length,
Align align,
char padCharacter)
Writes the next field.
|
void |
FlrLowLevelSerializer.writeField(String value,
int length,
Align align,
char padCharacter)
Writes the next field.
|
Modifier and Type | Method and Description |
---|---|
Align |
FlrSimpleTypeMapping.getAlign()
Returns the alignment.
|
Constructor and Description |
---|
FlrSimpleTypeMapping(Class<?> objectType,
String dataTypeName,
SimpleTypeConverter simpleTypeConverter,
int length,
char padCharacter,
Align align,
boolean crop)
Constructs a new
FlrSimpleTypeMapping from the given arguments. |
Copyright © 2014. All rights reserved.