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
Fields in tools.jackson.databind.deser.jackson declared as ContainerNodeModifier and TypeFieldDescriptionprivate ContainerNode[]BaseNodeDeserializer.ContainerStack._stackMethods in tools.jackson.databind.deser.jackson that return ContainerNodeModifier and TypeMethodDescriptionprotected final ContainerNode<?> BaseNodeDeserializer._deserializeContainerNoRecursion(tools.jackson.core.JsonParser p, DeserializationContext ctxt, JsonNodeFactory nodeFactory, BaseNodeDeserializer.ContainerStack stack, ContainerNode<?> root) BaseNodeDeserializer.ContainerStack.popOrNull()Methods in tools.jackson.databind.deser.jackson with parameters of type ContainerNodeModifier and TypeMethodDescriptionprotected final ContainerNode<?> BaseNodeDeserializer._deserializeContainerNoRecursion(tools.jackson.core.JsonParser p, DeserializationContext ctxt, JsonNodeFactory nodeFactory, BaseNodeDeserializer.ContainerStack stack, ContainerNode<?> root) voidBaseNodeDeserializer.ContainerStack.push(ContainerNode node) -
Uses of ContainerNode in tools.jackson.databind.node
Classes in tools.jackson.databind.node with type parameters of type ContainerNodeModifier and TypeClassDescriptionclassContainerNode<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 TypeClassDescriptionclassNode class that represents Arrays mapped from JSON content.classNode that maps to JSON Object structures in JSON content.