Package-level declarations
Custom enhancements and support for the Jackson project.
Types
Link copied to clipboard
annotation class JsonComponent
@Component that provides JsonSerializer, JsonDeserializer or KeyDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
Link copied to clipboard
Spring Bean and Jackson Module to register @JsonComponent annotated beans.
Link copied to clipboard
annotation class JsonMixin
Provides a mixin class implementation that registers with Jackson when using JsonMixinModule.
Link copied to clipboard
Link copied to clipboard
class JsonMixinModuleEntries
Provide the mapping of json mixin class to consider.
Link copied to clipboard
Helper base class for JsonDeserializer implementations that deserialize objects.
Link copied to clipboard
Helper base class for JsonSerializer implementations that serialize objects.