| Package | Description | 
|---|---|
| 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.deser | 
 Contains implementation classes of deserialization part of 
 data binding. 
 | 
| com.fasterxml.jackson.databind.ser | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DeserializationContext
Context for the process of deserialization a single root-level value. 
 | 
class  | 
SerializerProvider
Class that defines API used by  
ObjectMapper and
 JsonSerializers to obtain serializers capable of serializing
 instances of specific types; as well as the default implementation
 of the functionality. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultDeserializationContext
Complete  
DeserializationContext implementation that adds
 extended API for ObjectMapper (and ObjectReader)
 to call, as well as implements certain parts that base class
 has left abstract. | 
static class  | 
DefaultDeserializationContext.Impl
Actual full concrete implementation 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DefaultSerializerProvider
Standard implementation used by  
ObjectMapper:
 adds methods only exposed to ObjectMapper,
 as well as constructors. | 
static class  | 
DefaultSerializerProvider.Impl
Concrete implementation that defines factory method(s),
 defined as final. 
 | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.