Class | Description |
---|---|
ColorSerializationModule |
Jackson module which supports serialization and deserialization of
Color objects to their hex string representation and back. |
JsonUtils |
Utility code for dealing with JSON.
|
ListMapSerializationModule |
Jackson module which supports serialization and deserialization of
ListMap object and back. |
NullableFieldValidator |
Validator that checks whether all values of an object are non-null unless
explicitly specified as
Nullable . |
Exception | Description |
---|---|
JsonUtils.JsonDeserializationException |
Wrapper exception for
JsonProcessingException as the other is a
checked exception and we don't want to check it everywhere. |
JsonUtils.JsonSerializationException |
Wrapper exception for
JsonProcessingException as the other is a
checked exception and we don't want to check it everywhere. |