Module tools.jackson.databind
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.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...)