Uses of Class
com.fasterxml.jackson.databind.node.ContainerNode
Packages that use ContainerNode
-
Uses of ContainerNode in com.fasterxml.jackson.databind.node
Classes in com.fasterxml.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 com.fasterxml.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.