Package org.springframework.boot.jackson
package org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
-
ClassDescription
@Component
that providesJsonSerializer
,JsonDeserializer
orKeyDeserializer
implementations to be registered with Jackson whenJsonComponentModule
is in use.The various scopes under which a serializer/deserializer can be registered.Spring Bean and JacksonModule
to register@JsonComponent
annotated beans.Provides a mixin class implementation that registers with Jackson when usingJsonMixinModule
.Helper base class forJsonDeserializer
implementations that deserialize objects.Helper base class forJsonSerializer
implementations that serialize objects.