Interface | Description |
---|---|
FieldAdapter<T> |
An abstract super interface of converts field contents and properties each other.
|
FieldOutput |
An output target of
FieldAdapter . |
FieldOutput.Option |
Represents an option of
FieldOutput . |
Class | Description |
---|---|
BasicFieldOutput |
A basic implementation of
FieldOutput . |
FieldDefinition<T> |
A definition of field.
|
FieldDefinition.Builder<T> |
A builder of
FieldDefinition . |
RecordDefinition<T> |
A definition of record.
|
RecordDefinition.Builder<T> |
A builder of
RecordDefinition . |
Enum | Description |
---|---|
ErrorAction |
Represents an error action kind.
|
HeaderType |
Represents header type of formatted text.
|
HeaderType.Input |
Input header type.
|
HeaderType.Output |
Output header type.
|
InputOption |
An input option for
RecordDefinition . |
OutputOption |
An output option for
RecordDefinition . |
StandardFieldOutputOption |
Standard options of
FieldOutput . |
Exception | Description |
---|---|
MalformedFieldException |
An exception occurred if a field content is malformed.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.