Uses of Class
tools.jackson.databind.node.ContainerNode
Packages that use ContainerNode
Package
Description
Package that contains standard value and key deserializer implementations
Jackson uses for its own public types.
Contains concrete
JsonNode
implementations
Jackson uses for the Tree model.-
Uses of ContainerNode in tools.jackson.databind.deser.jackson
Methods in tools.jackson.databind.deser.jackson that return ContainerNodeModifier and TypeMethodDescriptionprotected final ContainerNode<?>
BaseNodeDeserializer._deserializeContainerNoRecursion
(JsonParser p, DeserializationContext ctxt, JsonNodeFactory nodeFactory, tools.jackson.databind.deser.jackson.BaseNodeDeserializer.ContainerStack stack, ContainerNode<?> root) Methods in tools.jackson.databind.deser.jackson with parameters of type ContainerNodeModifier and TypeMethodDescriptionprotected final ContainerNode<?>
BaseNodeDeserializer._deserializeContainerNoRecursion
(JsonParser p, DeserializationContext ctxt, JsonNodeFactory nodeFactory, tools.jackson.databind.deser.jackson.BaseNodeDeserializer.ContainerStack stack, ContainerNode<?> root) -
Uses of ContainerNode in tools.jackson.databind.node
Classes in tools.jackson.databind.node with type parameters of type ContainerNodeModifier and TypeClassDescriptionclass
ContainerNode<T extends ContainerNode<T>>
This intermediate base class is used for all container nodes, specifically, array and object nodes.Subclasses of ContainerNode in tools.jackson.databind.nodeModifier and TypeClassDescriptionclass
Node class that represents Arrays mapped from JSON content.class
Node that maps to JSON Object structures in JSON content.