Package com.apicatalog.tree.io
Class NodeGenerator
java.lang.Object
com.apicatalog.tree.io.NodeVisitor
com.apicatalog.tree.io.NodeGenerator
- Direct Known Subclasses:
Jackson2Writer,JakartaMaterializer,JakartaWriter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.apicatalog.tree.io.NodeVisitor
NodeVisitor.Context -
Field Summary
FieldsFields inherited from class com.apicatalog.tree.io.NodeVisitor
adapter, depth, entryComparator, maxDepth, maxVisited, node, nodeContext, nodeType, stack, UNLIMITED_DEPTH, UNLIMITED_NODES, visited -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNodeGenerator(Deque<Object> stack, NodeGenerator.PropertyKeyPolicy policy) -
Method Summary
Methods inherited from class com.apicatalog.tree.io.NodeVisitor
keyComparator, maxDepth, maxDepth, maxVisited, maxVisited, of, of, reset, step, visited
-
Field Details
-
policy
-
-
Constructor Details
-
NodeGenerator
-
-
Method Details
-
scalar
- Throws:
IOException
-
beginMap
- Throws:
IOException
-
beginCollection
- Throws:
IOException
-
end
- Throws:
IOException
-
node
- Throws:
IOException
-
node
- Throws:
IOException
-