Package | Description |
---|---|
com.fasterxml.jackson.databind |
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode ), as well as
writing Java Objects and trees as JSON. |
com.fasterxml.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 (
com.fasterxml.jackson.databind ). |
Modifier and Type | Class and Description |
---|---|
class |
DeserializationConfig
Object that contains baseline configuration for deserialization
process.
|
class |
SerializationConfig
Object that contains baseline configuration for serialization
process.
|
Modifier and Type | Class and Description |
---|---|
class |
MapperConfigBase<CFG extends ConfigFeature,T extends MapperConfigBase<CFG,T>> |
Constructor and Description |
---|
MapperConfigBase(MapperConfigBase<CFG,T> src)
Pass-through constructor used when no changes are needed to the
base class.
|
MapperConfigBase(MapperConfigBase<CFG,T> src,
BaseSettings base) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
Class<?> view) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
ContextAttributes attr) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
int mapperFeatures) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
PropertyName rootName) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
SimpleMixInResolver mixins) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
SimpleMixInResolver mixins,
RootNameLookup rootNames) |
MapperConfigBase(MapperConfigBase<CFG,T> src,
SubtypeResolver str) |
Copyright © 2014–2015 FasterXML. All rights reserved.