Package | Description |
---|---|
com.asakusafw.runtime.io.json |
Extracting and generating JSON files.
|
Modifier and Type | Field and Description |
---|---|
static Set<JsonFormat.OutputOption> |
JsonFormat.DEFAULT_OUTPUT_OPTIONS
The default output options.
|
Modifier and Type | Method and Description |
---|---|
static JsonFormat.OutputOption |
JsonFormat.OutputOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonFormat.OutputOption[] |
JsonFormat.OutputOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonOutput<T> |
JsonFormat.open(String path,
OutputStream output,
Collection<? extends JsonFormat.OutputOption> options)
Opens
JsonOutput for the given output. |
JsonOutput<T> |
JsonFormat.open(String path,
Writer output,
Collection<? extends JsonFormat.OutputOption> options)
Opens
JsonOutput for the given output. |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.