All Classes and Interfaces

Class
Description
Auto configuration for Jackson.
Configuration properties to configure Jackson.
 
 
@Component that provides ValueSerializer, ValueDeserializer or KeyDeserializer implementations to be registered with Jackson when JsonComponentModule is in use.
The various scopes under which a serializer/deserializer can be registered.
Spring Bean and Jackson Module to register @JsonComponent annotated beans.
Callback interface that can be implemented by beans wishing to further customize the JsonMapper through JsonMapper.Builder to fine-tune its auto-configuration.
Provides a mixin class implementation that registers with Jackson when using JsonMixinModule.
Spring Bean and Jackson Module to find and register @JsonMixin-annotated classes.
Provide the mapping of json mixin class to consider.
Helper base class for ValueDeserializer implementations that deserialize objects.
Helper base class for ValueSerializer implementations that serialize objects.