| Interface | Description |
|---|---|
| MergableObject<T extends AbstractJsonType> |
| Class | Description |
|---|---|
| AbstractJsonType |
It represents abstraction for json element.
|
| ArrayJsonType | |
| BooleanJsonType | |
| JsonNullReferenceType |
This is object for notify that given reference will be converted as null in json.
|
| NumberJsonType | |
| ObjectJsonType | |
| PrimitiveJsonType<T> | |
| SkipJsonField |
Dummy object for notify that field with that value will not be added to json.
|
| StringJsonType |
Copyright © 2020. All rights reserved.