Package | Description |
---|---|
com.asakusafw.dmdl.directio.text |
Formatted text support for Direct I/O.
|
com.asakusafw.runtime.io.text.driver |
Drivers for text I/O.
|
Modifier and Type | Method and Description |
---|---|
Value<ErrorAction> |
TextFormatSettings.getLessInputAction()
Returns the error action type for less input fields.
|
Value<ErrorAction> |
TextFieldSettings.getMalformedInputAction()
Returns the error action of malformed inputs.
|
Value<ErrorAction> |
TextFormatSettings.getMoreInputAction()
Returns the error action type for extra input fields.
|
Value<ErrorAction> |
TextFieldSettings.getUnmappableOutputAction()
Returns the error action of unmappable outputs.
|
Modifier and Type | Method and Description |
---|---|
static ErrorAction |
ErrorAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorAction[] |
ErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Optional<ErrorAction> |
FieldDefinition.getOnMalformedInput()
Returns the error action for malformed inputs.
|
Optional<ErrorAction> |
FieldDefinition.getOnUnmappableOutput()
Returns the error action for un-mappable outputs.
|
Modifier and Type | Method and Description |
---|---|
RecordDefinition.Builder<T> |
RecordDefinition.Builder.withOnLessInput(ErrorAction newValue)
Sets the error action for record only has less input fields.
|
FieldDefinition.Builder<T> |
FieldDefinition.Builder.withOnMalformedInput(ErrorAction newValue)
Sets the error action for malformed inputs.
|
RecordDefinition.Builder<T> |
RecordDefinition.Builder.withOnMalformedInput(ErrorAction newValue)
Sets the error action for malformed inputs.
|
RecordDefinition.Builder<T> |
RecordDefinition.Builder.withOnMoreInput(ErrorAction newValue)
Sets the error action for record has extra input fields.
|
FieldDefinition.Builder<T> |
FieldDefinition.Builder.withOnUnmappableOutput(ErrorAction newValue)
Sets the error action for un-mappable outputs.
|
RecordDefinition.Builder<T> |
RecordDefinition.Builder.withOnUnmappableOutput(ErrorAction newValue)
Sets the error action for un-mappable outputs.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.