Uses of Interface
cloud.opencode.base.json.reactive.ReactiveJsonWriter
Packages that use ReactiveJsonWriter
-
Uses of ReactiveJsonWriter in cloud.opencode.base.json.reactive
Methods in cloud.opencode.base.json.reactive that return ReactiveJsonWriterModifier and TypeMethodDescriptionstatic ReactiveJsonWriterReactiveJsonWriter.create(OutputStream output) Creates a reactive JSON writer to an output stream.static ReactiveJsonWriterReactiveJsonWriter.create(OutputStream output, int bufferSize) Creates a reactive JSON writer with custom buffer size.static ReactiveJsonWriterReactiveJsonWriter.createPretty(OutputStream output) Creates a reactive JSON writer with pretty printing.