| Interface | Description |
|---|---|
| IBindingsProvider |
todo: refactor
Json, Yaml, Xml, Csv types to implement this interface so that there is only ONE
type manifold for all such data types. |
| IJsonBindingsBacked |
A base interface for all common structured data types with methods to transform bindings to/from JSON, YAML, XML,
CSV etc.
|
| IJsonList<T> |
A base interface for all JSON bindings types with methods to transform a JSON value List to/from JSON, YAML, CSV, and XML
and to conveniently use the List for Web services / APIs.
|
| Class | Description |
|---|---|
| AbstractJsonTypeManifold<T extends JsonModel> | |
| DataBindings |
Similar to
SimpleBindings but with extra features like equals/hashcode methods |
| IBindingsProvider.Names | |
| IJsonList.Factory |
For Internal Use Only
|
| Json | |
| JsonIssueContainer | |
| JsonList<T> | |
| JsonModel | |
| JsonTypeManifold | |
| Loader<E> |
This class is used as part of the JSON API.
|
| Requester<T> |
This class defines methods to simplify making HTTP requests involved with basic REST API calls supporting GET,
POST, PUT, PATCH, and DELETE and handles responses in JSON & JSON Schema, YAML, XML, CSV, or plain text.
|
| Writer |
This class is used as part of the JSON API.
|
| Enum | Description |
|---|---|
| Requester.Format |
| Exception | Description |
|---|---|
| JsonIssue |
Copyright © 2019. All rights reserved.