Interface | Description |
---|---|
JsonInput<T> |
Input from JSON format data.
|
JsonOutput<T> |
/**
Output as JSON format data.
|
PropertyAdapter<T> |
Edits properties.
|
ValueReader |
Provides values from data sources.
|
ValueWriter |
Writes values into data sources.
|
Class | Description |
---|---|
JsonFormat<T> |
Provides
JsonInput and JsonOutput . |
JsonFormat.Builder<T> |
A builder for
JsonFormat . |
PropertyDefinition<T> |
Represents JSON properties.
|
PropertyDefinition.Builder<T> |
A builder for
PropertyDefinition . |
Enum | Description |
---|---|
ErrorAction |
Represents an error action kind.
|
JsonFormat.InputOption |
Options for input.
|
JsonFormat.OutputOption |
Options for output.
|
LineSeparator |
Represents line separator sequence kind.
|
Exception | Description |
---|---|
JsonFormatException |
An exception occurred if JSON data is malformed.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.