Package | Description |
---|---|
com.asakusafw.dmdl.directio.json.driver |
JSON support for Direct I/O.
|
Modifier and Type | Field and Description |
---|---|
static JsonFormatConstants.JsonFormatKind |
JsonFormatConstants.DEFAULT_FORMAT_KIND
The default value of
JsonFormatConstants.ELEMENT_FORMAT_KIND . |
Modifier and Type | Method and Description |
---|---|
static JsonFormatConstants.JsonFormatKind |
JsonFormatConstants.JsonFormatKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFormatConstants.JsonFormatKind[] |
JsonFormatConstants.JsonFormatKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Value<JsonFormatConstants.JsonFormatKind> |
JsonStreamSettings.getFormatKind()
Returns the format kind.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.