com.fasterxml.jackson.databind
).See: Description
Interface | Description |
---|---|
ConfigFeature |
Interface that actual SerializationFeature enumerations used by
MapperConfig implementations 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
ConfigOverride values. |
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
JsonSerializer s, JsonDeserializer s, 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>> | |
MutableConfigOverride |
Extension of
ConfigOverride that allows changing of
contained configuration settings. |
SerializerFactoryConfig |
Configuration settings container class for
SerializerFactory implementations. |
com.fasterxml.jackson.databind
).Copyright © 2008–2016 FasterXML. All rights reserved.