Package com.apicatalog.tree.io
Class JakartaWriter
java.lang.Object
com.apicatalog.tree.io.NodeVisitor
com.apicatalog.tree.io.NodeGenerator
com.apicatalog.tree.io.JakartaWriter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.apicatalog.tree.io.NodeGenerator
NodeGenerator.PropertyKeyPolicyNested classes/interfaces inherited from class com.apicatalog.tree.io.NodeVisitor
NodeVisitor.Context -
Field Summary
FieldsFields inherited from class com.apicatalog.tree.io.NodeGenerator
policyFields inherited from class com.apicatalog.tree.io.NodeVisitor
adapter, depth, entryComparator, maxDepth, maxVisited, node, nodeContext, nodeType, stack, UNLIMITED_DEPTH, UNLIMITED_NODES, visited -
Constructor Summary
ConstructorsModifierConstructorDescriptionJakartaWriter(jakarta.json.stream.JsonGenerator writer) protectedJakartaWriter(jakarta.json.stream.JsonGenerator writer, Deque<Object> stack) -
Method Summary
Methods inherited from class com.apicatalog.tree.io.NodeGenerator
node, nodeMethods inherited from class com.apicatalog.tree.io.NodeVisitor
keyComparator, maxDepth, maxDepth, maxVisited, maxVisited, of, of, reset, step, visited
-
Field Details
-
writer
protected final jakarta.json.stream.JsonGenerator writer
-
-
Constructor Details
-
JakartaWriter
public JakartaWriter(jakarta.json.stream.JsonGenerator writer) -
JakartaWriter
-
-
Method Details
-
scalar
- Specified by:
scalarin classNodeGenerator- Throws:
IOException
-
beginMap
- Specified by:
beginMapin classNodeGenerator- Throws:
IOException
-
beginCollection
- Specified by:
beginCollectionin classNodeGenerator- Throws:
IOException
-
end
- Specified by:
endin classNodeGenerator- Throws:
IOException
-