Uses of Package
tools.jackson.databind.node
Packages that use tools.jackson.databind.node
Package
Description
Basic data binding (mapping) functionality that
allows for reading JSON content into Java Objects (POJOs)
and JSON Trees (
JsonNode
), as well as
writing Java Objects and trees as JSON.Package that contains most of configuration-related classes;
exception being couple of most-commonly used configuration
things (like Feature enumerations) that are at the
main level (
tools.jackson.databind
).Contains implementation classes of deserialization part of
data binding.
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
Contains concrete
JsonNode
implementations
Jackson uses for the Tree model.Contains implementation classes of serialization part of
data binding.
Utility classes for Mapper package.
-
Classes in tools.jackson.databind.node used by tools.jackson.databindClassDescriptionNode class that represents Arrays mapped from JSON content.Base class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.Enumeration of JSON types.Node that maps to JSON Object structures in JSON content.
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.cfgClassDescriptionBase class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.deserClassDescriptionBase class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.deser.jacksonClassDescriptionThis intermediate base class is used for all container nodes, specifically, array and object nodes.Base class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.Node that maps to JSON Object structures in JSON content.
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.nodeClassDescriptionNode class that represents Arrays mapped from JSON content.Abstract base class common to all standard
JsonNode
implementations.Numeric node that contains simple 64-bit integer values.Value node that contains Base64 encoded binary value, which will be output and stored as Json String value.This concrete value class is used to contain boolean (true / false) values.This intermediate base class is used for all container nodes, specifically, array and object nodes.Numeric node that contains values that do not fit in simple floating point (double) values.Numeric node that contains 64-bit ("double precision") floating point values simple 32-bit integer values.JsonNode
implementation for efficiently containing 32-bit `float` values.Numeric node that contains simple 32-bit integer values.Interface that defines common "creator" functionality implemented both byJsonNodeFactory
andContainerNode
(that is, JSON Object and Array nodes).Base class that specifies methods for getting access to Node instances (newly constructed, or shared, depending on type), as well as basic implementation of the methods.Enumeration of JSON types.Numeric node that contains simple 64-bit integer values.This singleton node class is generated to denote "missing nodes" along paths that do not exist.This singleton value class is used to contain explicit JSON null value.Intermediate node class used for numeric nodes that contain floating-point values: provides partial implementation of common methods.Intermediate node class used for numeric nodes that contain integral values: provides partial implementation of common methods.Intermediate value node used for numeric nodes.Node that maps to JSON Object structures in JSON content.Value node that contains a wrapped POJO, to be serialized as a JSON constructed through data mapping (usually done by callingObjectMapper
).Numeric node that contains simple 16-bit integer values.Value node that contains a String value.Helper class used for creatingJsonNode
values directly as part of serialization.This intermediate base class is used for all leaf nodes, that is, all non-container (array or object) nodes, except for the "missing node". -
Classes in tools.jackson.databind.node used by tools.jackson.databind.ser
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.ser.bean
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.ser.std
-
Classes in tools.jackson.databind.node used by tools.jackson.databind.utilClassDescriptionNode class that represents Arrays mapped from JSON content.Interface that defines common "creator" functionality implemented both by
JsonNodeFactory
andContainerNode
(that is, JSON Object and Array nodes).