com.fasterxml.jackson.databind).See: Description
| Interface | Description | 
|---|---|
| ConfigFeature | Interface that actual SerializationFeature enumerations used by
  MapperConfigimplementations must implement. | 
| Class | Description | 
|---|---|
| BaseSettings | Immutable container class used to store simple configuration
 settings. | 
| ConfigOverride | Configuration object that is accessed by databinding functionality
 to find overrides to configuration of properties, based on declared
 type of the property. | 
| ConfigOverrides | Container for individual  ConfigOverridevalues. | 
| ContextAttributes | Helper class used for storing and accessing per-call attributes. | 
| ContextAttributes.Impl | |
| DeserializerFactoryConfig | Configuration settings container class for  DeserializerFactory. | 
| HandlerInstantiator | Helper class used for handling details of creating handler instances (things
 like  JsonSerializers,JsonDeserializers, various type
 handlers) of specific types. | 
| MapperBuilder<M extends ObjectMapper,B extends MapperBuilder<M,B>> | Jackson 3 will introduce fully immutable, builder-based system for constructing
  ObjectMappers. | 
| 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. | 
| MapperConfigBase<CFG extends ConfigFeature,T extends MapperConfigBase<CFG,T>> | |
| MutableConfigOverride | Extension of  ConfigOverridethat allows changing of
 contained configuration settings. | 
| PackageVersion | Automatically generated from PackageVersion.java.in during
 packageVersion-generate execution of maven-replacer-plugin in
 pom.xml. | 
| SerializerFactoryConfig | Configuration settings container class for
  SerializerFactoryimplementations. | 
com.fasterxml.jackson.databind).Copyright © 2008–2019 FasterXML. All rights reserved.