Package com.apicatalog.tree.io
-
Interface Summary Interface Description NodeAdapter Provides a uniform abstraction for reading tree-like data structures. -
Class Summary Class Description AdapterProvider Jackson2Adapter Jackson2Adapteris aNodeAdapterimplementation that bridges between a generic tree model and the Jackson 2JsonNodeAPI.Jackson2Writer JakartaAdapter JakartaMaterializer JakartaWriter NativeAdapter NodeGenerator NodeModel Immutable representation of a tree structure accessed through aNodeAdapter.NodeVisitor A non-recursive depth-first traversal for arbitrary trees. -
Enum Summary Enum Description NodeGenerator.PropertyKeyPolicy NodeType Supported node types in a tree structure.NodeVisitor.Context Indicates the role of the node during traversal.