Class | Description |
---|---|
ApiServerExceptionTypeAdapter |
The Type Adapter responsible for transforming JSON error objects into an ApiServierException
|
ArrayAdaptorUtils | |
DateTimeAdapter |
Handles converting a DateTime object to and from JSON.
|
DurationAdapter |
Handles converting a Duration object to and from JSON.
|
GsonUtil |
Responsible for creating a GsonBuilder and registering the DateTimeAdapter, DurationAdapter, and OptionalAdapter adapters.
|
OptionalAdapter |
Handles serializing and deserializing Optional objects.
|
OptionalAdaptorUtils |