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<LineSeparator> |
JsonFormatSettings.getLineSeparator()
Returns the line separator.
|
Modifier and Type | Field and Description |
---|---|
static LineSeparator |
JsonFormat.DEFAULT_LINE_SEPARATOR
The default line separator.
|
Modifier and Type | Method and Description |
---|---|
static LineSeparator |
LineSeparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineSeparator[] |
LineSeparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonFormat.Builder<T> |
JsonFormat.Builder.withLineSeparator(LineSeparator value)
Sets the line separator (for output only).
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.