| Interface | Description |
|---|---|
| JsonConverter |
Interface to convert objects to JSON
|
| Class | Description |
|---|---|
| Constants |
Holds constants used across multiple classes
|
| CustomJsonConverter |
Custom
JsonConverter that forms a JSON using StringBuilder |
| GsonJsonConverter |
A JsonConverter that uses GSON library for creating the JSON
|
| JacksonJsonConverter |
A JsonConverter that uses Jackson library for creating the JSON
|
| SimpleJsonConverter |
JsonConverter that uses json-simple library for creating the JSON
|
| Enum | Description |
|---|---|
| Constants.ExceptionKeys |
JSON keys used for fields within the exception object
|