Package org.springframework.boot.jackson
@NullMarked
package org.springframework.boot.jackson
Custom enhancements and support for the Jackson project.
-
ClassDescription
@Componentthat providesValueSerializer,ValueDeserializerorKeyDeserializerimplementations to be registered with Jackson whenJacksonComponentModuleis in use.The various scopes under which a serializer/deserializer can be registered.JacksonModuleto register@JacksonComponentannotated beans.Provides a mixin class implementation that registers with Jackson when usingJacksonMixinModule.Provides the mapping of Jackson mixin classes to consider.Builder forJacksonMixinModuleEntries.Helper base class forValueDeserializerimplementations that deserialize objects.Helper base class forValueSerializerimplementations that serialize objects.