Uses of Package
tools.jackson.databind.deser.jackson
Packages that use tools.jackson.databind.deser.jackson
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
-
Classes in tools.jackson.databind.deser.jackson used by tools.jackson.databind.deser.jacksonClassDescriptionBase class for all actual
JsonNodedeserializer implementations.Optimized variant similar in functionality to (a subset of)ArrayDeque; used to hold enclosing Array/Object nodes during recursion-as-iteration.Implementation used when declared type is specificallyArrayNode.Implementation used when declared type is specificallyObjectNode.