| Package | Description |
|---|---|
| com.asakusafw.runtime.io.json |
Extracting and generating JSON files.
|
| com.asakusafw.runtime.io.json.directio |
Direct I/O adapters of JSON files.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJsonStreamFormat.beforeOutput(T model,
StringOption path,
JsonOutput<T> output)
Process the data object.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.