|
JSON Version 1.0 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
JavaTypeSerializer | This interface defines the core API that some mappers expose, as well as what they expect helper classes to expose. |
Class Summary | |
---|---|
BaseMapper | This base class defines API aspects that are shared between different concrete mapper types. |
JavaTypeMapper | This mapper (or, codec) provides for conversions between core JDK-defined Java types, and matching JSON constructs. |
JsonNode | Base class for all JSON nodes, used with the "dynamic" (JSON type) mapper |
JsonTypeMapper | This mapper (or, codec) provides mapping between JSON, and Tree-like structure that consists of child-linked nodes that can be traversed with simple path operations (indexing arrays by element, objects by field name). |
Enum Summary | |
---|---|
BaseMapper.DupFields | Enumeration that defines strategies available for dealing with duplicate field names (when mapping JSON to Java types). |
JavaTypeMapper.UnknownType | Enumeration that defines strategies available for dealing with unknown Java object types (when mapping java objects to JSON) |
|
JSON Version 1.0 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |