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