| Interface | Description |
|---|---|
| MetaInfo | |
| MetaInfoFetcher<O extends MetaInfo> |
| Class | Description |
|---|---|
| CachedTypedJsonArray<T> |
This class is used for wrapping json arrays where elements
are of the same type.
|
| JsonElementWrapper<T extends io.apptik.json.JsonElement> |
Json element Wrapper to be used to wrap JSON data with its schema content type used to describe the data.
|
| JsonObjectArrayWrapper<T extends JsonObjectWrapper> |
Json Array that contains Json Objects of a specific type
|
| JsonObjectMapWrapper<J extends JsonObjectWrapper> | |
| JsonObjectWrapper | |
| JsonStringArrayWrapper | |
| TypedJsonArray<T> |
Helper class that can be used for Json Array containing always the same type of object;
This is useful in the general case when elements are read from or written to Json once.
|
| TypedJsonObject<T> |
Helper class that can be used for Json Objects containing always the same type;
|