| 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.ser | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| com.fasterxml.jackson.databind.ser.impl | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected ReadOnlyClassToSerializerMap | 
SerializerProvider._knownSerializers
For fast lookups, we will have a local non-shared read-only
 map that contains serializers previously fetched. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ReadOnlyClassToSerializerMap | 
SerializerCache.getReadOnlyLookupMap()
Method that can be called to get a read-only instance populated from the
 most recent version of the shared lookup Map. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static ReadOnlyClassToSerializerMap | 
ReadOnlyClassToSerializerMap.from(HashMap<SerializerCache.TypeKey,JsonSerializer<Object>> src)
Factory method for creating the "blueprint" lookup map. 
 | 
ReadOnlyClassToSerializerMap | 
ReadOnlyClassToSerializerMap.instance()  | 
Copyright © 2014-2015 FasterXML. All Rights Reserved.