Uses of Class
tools.jackson.databind.deser.std.StdNodeBasedDeserializer
Packages that use StdNodeBasedDeserializer
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for core JDK types.
Package that contains standard value and key deserializer base classes
that Jackson both uses for its own implementations and offers for
module developers as convenient partial implementations.
-
Uses of StdNodeBasedDeserializer in tools.jackson.databind.deser.jdk
Subclasses of StdNodeBasedDeserializer in tools.jackson.databind.deser.jdkModifier and TypeClassDescriptionclassDeserializer for theThreadGroupclass: due to limited access, will only try to extract"name"property and ignores everything else. -
Uses of StdNodeBasedDeserializer in tools.jackson.databind.deser.std
Constructors in tools.jackson.databind.deser.std with parameters of type StdNodeBasedDeserializerModifierConstructorDescriptionprotected"Copy-constructor" used when creating a modified copies, most often if sub-class overridesValueDeserializer.createContextual(tools.jackson.databind.DeserializationContext, tools.jackson.databind.BeanProperty).