|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
com.fasterxml.jackson.databind
).
See:
Description
Interface Summary | |
---|---|
ConfigFeature | Interface that actual SerializationFeature enumerations used by
MapperConfig implementations must implement. |
Class Summary | |
---|---|
BaseSettings | Immutable container class used to store simple configuration settings. |
DatabindVersion | Helper class used for finding and caching version information for the databind bundle. |
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>> | |
SerializerFactoryConfig | Configuration settings container class for
SerializerFactory implementations. |
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 (com.fasterxml.jackson.databind
).
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |