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 |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractJsonStreamFormat.afterInput(T model,
StringOption path,
JsonInput<T> input)
Processes the data object, which has filled the current record data.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.