| 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 |
Classes used for exposing logical structure of POJOs as Jackson
sees it, and exposed via
ObjectMapper.acceptJsonFormatVisitor(Class, JsonFormatVisitorWrapper)
and
ObjectMapper.acceptJsonFormatVisitor(com.fasterxml.jackson.databind.JavaType, JsonFormatVisitorWrapper)
methods. |
| 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
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
| Class and Description |
|---|
| JsonObjectFormatVisitor
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
| 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
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
| 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
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
| 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
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
| 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
Visitor called when properties of a type that maps to JSON Object
are being visited: this usually means POJOs, but sometimes other
types use it too (like
EnumMap). |
Copyright © 2014 FasterXML. All Rights Reserved.