Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
com.asakusafw.runtime.io.json |
Extracting and generating JSON files.
|
Modifier and Type | Method and Description |
---|---|
Value<ErrorAction> |
JsonPropertySettings.getMalformedInputAction()
Returns the malformed input action.
|
Value<ErrorAction> |
JsonPropertySettings.getMissingInputAction()
Returns the missing input action.
|
Value<ErrorAction> |
JsonFormatSettings.getUnknownPropertyAction()
Returns the unknown property action.
|
Modifier and Type | Field and Description |
---|---|
static ErrorAction |
PropertyDefinition.DEFAULT_ON_MALFORMED_INPUT
The default value of
PropertyDefinition.getOnMalformedInput() . |
static ErrorAction |
PropertyDefinition.DEFAULT_ON_MISSING_INPUT
The default value of
PropertyDefinition.getOnMissingInput() . |
static ErrorAction |
JsonFormat.DEFAULT_ON_UNKNOWN_INPUT
The default error action of unknown properties.
|
Modifier and Type | Method and Description |
---|---|
ErrorAction |
PropertyDefinition.getOnMalformedInput()
Returns the error action kind of malformed input for this property.
|
ErrorAction |
PropertyDefinition.getOnMissingInput()
Returns the error action kind of missing this property.
|
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 |
---|---|
PropertyDefinition.Builder<T> |
PropertyDefinition.Builder.withOnMalformedInput(ErrorAction value)
Sets the error action kind of malformed input for this property.
|
PropertyDefinition.Builder<T> |
PropertyDefinition.Builder.withOnMissingInput(ErrorAction value)
Sets the error action kind of missing this property from the input.
|
JsonFormat.Builder<T> |
JsonFormat.Builder.withOnUnknownInput(ErrorAction value)
Sets the error action of unknown properties.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.