|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.fasterxml.jackson.databind.cfg | |
---|---|
com.fasterxml.jackson.databind | Contains basic mapper (conversion) functionality that
allows for converting between regular streaming json content and
Java objects (beans or Tree Model: support for both is via
ObjectMapper class, as well
as convenience methods included in
JsonParser |
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 ). |
com.fasterxml.jackson.databind.deser | Contains implementation classes of deserialization part of data binding. |
com.fasterxml.jackson.databind.introspect | Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations. |
com.fasterxml.jackson.databind.jsontype | Package that contains interfaces that define how to implement functionality for dynamically resolving type during deserialization. |
com.fasterxml.jackson.databind.jsontype.impl | Package that contains standard implementations for
TypeResolverBuilder
and
TypeIdResolver . |
com.fasterxml.jackson.databind.ser | Contains implementation classes of serialization part of data binding. |
com.fasterxml.jackson.databind.util | Utility classes for Mapper package. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind | |
---|---|
BaseSettings
Immutable container class used to store simple configuration settings. |
|
ConfigFeature
Interface that actual SerializationFeature enumerations used by MapperConfig implementations must implement. |
|
HandlerInstantiator
Helper class used for handling details of creating handler instances (things like JsonSerializer s, JsonDeserializer s, various type
handlers) of specific types. |
|
MapperConfig
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
|
MapperConfigBase
|
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.cfg | |
---|---|
BaseSettings
Immutable container class used to store simple configuration settings. |
|
ConfigFeature
Interface that actual SerializationFeature enumerations used by MapperConfig implementations must implement. |
|
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
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
|
MapperConfigBase
|
|
SerializerFactoryConfig
Configuration settings container class for SerializerFactory implementations. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.deser | |
---|---|
DeserializerFactoryConfig
Configuration settings container class for DeserializerFactory . |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.introspect | |
---|---|
MapperConfig
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.jsontype | |
---|---|
MapperConfig
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.jsontype.impl | |
---|---|
MapperConfig
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.ser | |
---|---|
SerializerFactoryConfig
Configuration settings container class for SerializerFactory implementations. |
Classes in com.fasterxml.jackson.databind.cfg used by com.fasterxml.jackson.databind.util | |
---|---|
MapperConfig
Interface that defines functionality accessible through both serialization and deserialization configuration objects; accessors to mode-independent configuration settings and such. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |