| FlexibleJsonModel |
This class can be used as a base class for situations where there may be additional/unknown properties in
a JSON string that don't have a corresponding property in the class being de-serialized into.
|
| JaxbElementSerializer |
A Jackson JsonSerializer that serializes JAXBElement objects, with "nil" values handled by writing
a JSON null.
|
| JsonDetectionResult |
Represents the result of attempting to detect if content is JSON.
|
| JsonHelper |
A bunch of utilities to make it easier to work with JSON.
|
| KiwiJacksonSerializers |
Custom Jackson serializers.
|
| LoggingDeserializationProblemHandler |
A Jackson DeserializationProblemHandler that logs and keeps track of unknown properties during JSON
deserialization.
|
| PropertyMaskingOptions |
|
| PropertyMaskingSafePropertyWriter |
Writes properties "safely" and masks sensitive properties such as passwords.
|