| 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.ext | 
 Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added. 
 | 
| com.fasterxml.jackson.databind.jsonFormatVisitors | |
| 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. 
 | 
| com.fasterxml.jackson.databind.ser.std | 
| Class and Description | 
|---|
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
| JsonObjectFormatVisitor | 
| Class and Description | 
|---|
| JsonObjectFormatVisitor | 
| Class and Description | 
|---|
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
| Class and Description | 
|---|
| JsonAnyFormatVisitor | 
| JsonArrayFormatVisitor | 
| JsonBooleanFormatVisitor | 
| JsonFormatTypes | 
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWithSerializerProvider | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
| JsonIntegerFormatVisitor | 
| JsonMapFormatVisitor | 
| JsonNullFormatVisitor | 
| JsonNumberFormatVisitor | 
| JsonObjectFormatVisitor | 
| JsonStringFormatVisitor | 
| JsonValueFormat
 This enum represents the encoded format for a jsonSchema value type 
 | 
| JsonValueFormatVisitor | 
| JsonValueFormatVisitor.Base
 Default "empty" implementation, useful as the base to start on;
 especially as it is guaranteed to implement all the method
 of the interface, even if new methods are getting added. 
 | 
| Class and Description | 
|---|
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
| JsonObjectFormatVisitor | 
| Class and Description | 
|---|
| JsonArrayFormatVisitor | 
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
| JsonObjectFormatVisitor | 
| Class and Description | 
|---|
| JsonArrayFormatVisitor | 
| JsonFormatVisitable
 Interface  
JsonSerializer implements
 to allow for visiting type hierarchy. | 
| JsonFormatVisitorWrapper
 Interface for visitor callbacks, when type in question can be any of
 legal JSON types. 
 | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.