Uses of Interface
tools.jackson.core.tree.ObjectTreeNode
Packages that use ObjectTreeNode
Package
Description
Main public API classes of the core streaming JSON
processor: most importantly
JsonFactory
used for constructing
JSON parser (JsonParser)
and generator
(JsonGenerator)
instances.-
Uses of ObjectTreeNode in tools.jackson.core
Methods in tools.jackson.core that return ObjectTreeNodeModifier and TypeMethodDescriptionObjectReadContext.Base.createObjectNode()ObjectReadContext.createObjectNode()Method for construct Object nodes for Tree Model instances.ObjectWriteContext.Base.createObjectNode()ObjectWriteContext.createObjectNode()Method for construct Object nodes for Tree Model instances.TreeCodec.createObjectNode()