All Classes and Interfaces

Class
Description
Callback interface that can be implemented by beans wishing to further customize the ObjectMapper through Jackson2ObjectMapperBuilder retaining its default auto-configuration.
Auto configuration for Jackson.
Configuration properties to configure Jackson.
 
 
@Component that provides JsonSerializer, JsonDeserializer 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.
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 JsonDeserializer implementations that deserialize objects.
Helper base class for JsonSerializer implementations that serialize objects.