Module tools.jackson.databind
Package tools.jackson.databind.cfg
package tools.jackson.databind.cfg
Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind).-
ClassDescriptionImmutable container class used to store simple configuration settings for both serialization and deserialization.Interface that defines API Jackson uses for constructing various internal caches.Set of possible actions for requested coercion from an input shape
CoercionInputShapethat does not directly or naturally match target type (LogicalType).Set of input types (which mostly match one ofJsonTokentypes) used for configuringCoercionActions to take when reading input into target types (specific type orLogicalType).Interface that actual SerializationFeature enumerations used byMapperConfigimplementations must implement.Configuration object that is accessed by databinding functionality to find overrides to configuration of properties, based on declared type of the property.Container for individualConfigOverridevalues.Configurable handler used to select aspects of selecting constructor to use as "Creator" for POJOs.Definition of alternate handling modes of single-argument constructors that are annotated withJsonCreatorbut without "mode" definition (or explicit name for the argument): this is the case where two interpretations are possible -- "properties" (in which case the argument is named parameter of a JSON Object) and "delegating (in which case the argument maps to the whole JSON value).Helper class used for storing and accessing per-call attributes.Interface that defines interaction with data type specific configuration features.Immutable value class that contains settings for multipleDatatypeFeatureenumerations.Configurable on/off features to configure Date/Time handling.The default implementation ofCacheProvider.Builder offering fluent factory methods to configureDefaultCacheProvider, keeping it immutable.Factory/builder class that replaces Jackson 2.x concept of "blueprint" instance ofDeserializationContext.Configuration settings container class forDeserializerFactory.New Datatype-specific configuration options related to handling ofEnumtypes.Helper class used for containing settings specifically related to (re)configuringJsonGeneratorconstructed for writing output.Helper class used for handling details of creating handler instances (things likeValueSerializers,ValueDeserializers, various type handlers) of specific types.New Datatype-specific configuration options related to handling ofJsonNodetypes.SinceObjectMapperinstances are immutable in Jackson 3.x for full thread-safety, we need means to construct configured instances.Interface for State object used for preserving initial state of aMapperBuilderbefore modules are configured and resultingObjectMapperisn't constructed.MapperConfig<T extends MapperConfig<T>>Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such.Default implementation ofJacksonModule.SetupContextused byObjectMapper.Mutable version ofCoercionConfig(or rather, extended API) exposed during configuration phase ofObjectMapper(viaJsonMapper.builder()).Extension ofConfigOverridethat allows changing of contained configuration settings.Automatically generated from PackageVersion.java.in during packageVersion-generate execution of maven-replacer-plugin in pom.xml.Factory/builder class that replaces Jackson 2.x concept of "blueprint" instance ofSerializationContext.Configuration settings container class forSerializerFactoryimplementations.