Uses of Interface
io.avaje.json.stream.JsonOutput
Packages that use JsonOutput
-
Uses of JsonOutput in io.avaje.json.stream
Methods in io.avaje.json.stream that return JsonOutputModifier and TypeMethodDescriptionstatic JsonOutputJsonOutput.of(io.helidon.webserver.http.ServerResponse nimaServerResponse) Create for Nima ServerResponse.static JsonOutputJsonOutput.of(OutputStream outputStream) Create as a simple wrapper for OutputStream.Methods in io.avaje.json.stream with parameters of type JsonOutputModifier and TypeMethodDescriptionJsonStream.writer(JsonOutput output) Return the JsonWriter given the output.