Uses of Class
tools.jackson.databind.deser.jackson.JsonNodeDeserializer
Packages that use JsonNodeDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
-
Uses of JsonNodeDeserializer in tools.jackson.databind.deser.jackson
Fields in tools.jackson.databind.deser.jackson declared as JsonNodeDeserializerModifier and TypeFieldDescriptionprivate static final JsonNodeDeserializerJsonNodeDeserializer.instanceSingleton instance of generic deserializer forJsonNode.Constructors in tools.jackson.databind.deser.jackson with parameters of type JsonNodeDeserializerModifierConstructorDescriptionprotectedJsonNodeDeserializer(JsonNodeDeserializer base, boolean mergeArrays, boolean mergeObjects)