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. | 
| 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. | 
| 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>> | |
| SerializerFactoryConfig | Configuration settings container class for
  SerializerFactoryimplementations. | 
com.fasterxml.jackson.databind).Copyright © 2012-2013 FasterXML. All Rights Reserved.