Package tools.jackson.databind.deser.jackson
package tools.jackson.databind.deser.jackson
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
Note that these implementations are not considered as part of either public
API (like
ObjectMapper or "developer-public" API (such as
tools.jackson.databind.deser.std): implementations and
interfaces may change.
It is not advisable for non-core code to rely on these types.-
ClassesClassDescriptionBaseNodeDeserializer<T extends JsonNode>Base 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.We also want to directly support deserialization ofTokenBuffer.ForTokenStreamLocation, we should be able to just implementValueInstantiator(not that explicit one would be very hard but...)