Uses of Interface
io.avaje.jsonb.stream.JsonOutput
Packages that use JsonOutput
Package
Description
Core API of Jsonb.
SPI for the underlying json parsing and generation.
Default stream handling provided with Jsonb.
-
Uses of JsonOutput in io.avaje.jsonb
Methods in io.avaje.jsonb with parameters of type JsonOutputModifier and TypeMethodDescriptionvoid
JsonView.toJson
(T value, JsonOutput output) Write to the given output.Jsonb.writer
(JsonOutput output) Return the JsonWriter used to write json to the given output. -
Uses of JsonOutput in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi with parameters of type JsonOutputModifier and TypeMethodDescriptionJsonStreamAdapter.writer
(JsonOutput output) Return the JsonWriter given the output. -
Uses of JsonOutput in io.avaje.jsonb.stream
Methods in io.avaje.jsonb.stream that return JsonOutputModifier and TypeMethodDescriptionstatic JsonOutput
JsonOutput.of
(io.helidon.webserver.http.ServerResponse nimaServerResponse) Create for Nima ServerResponse.static JsonOutput
JsonOutput.of
(OutputStream outputStream) Create as a simple wrapper for OutputStream.Methods in io.avaje.jsonb.stream with parameters of type JsonOutput