Uses of Interface
io.avaje.jsonb.JsonWriter
Packages that use JsonWriter
Package
Description
Core API of Jsonb.
SPI for the underlying json parsing and generation.
Default stream handling provided with Jsonb.
-
Uses of JsonWriter in io.avaje.jsonb
Methods in io.avaje.jsonb that return JsonWriterModifier and TypeMethodDescriptionJsonb.writer
(JsonOutput output) Return the JsonWriter used to write json to the given output.Jsonb.writer
(OutputStream outputStream) Return the JsonWriter used to write json to the given outputStream.Return the JsonWriter used to write json to the given writer.Methods in io.avaje.jsonb with parameters of type JsonWriterModifier and TypeMethodDescriptionvoid
JsonAdapter.toJson
(JsonWriter writer, T value) Write the value to the writer.void
Jsonb.toJson
(Object any, JsonWriter jsonWriter) Write to the given writer.void
JsonView.toJson
(T value, JsonWriter writer) Write to the given writer. -
Uses of JsonWriter in io.avaje.jsonb.spi
Subinterfaces of JsonWriter in io.avaje.jsonb.spiModifier and TypeInterfaceDescriptioninterface
Provides a JsonWriter optimised for returning json as string content.interface
JsonWriter optimised for returning json as byte array.Classes in io.avaje.jsonb.spi that implement JsonWriterFields in io.avaje.jsonb.spi declared as JsonWriterMethods in io.avaje.jsonb.spi that return JsonWriterModifier and TypeMethodDescriptionJsonStreamAdapter.writer
(JsonOutput output) Return the JsonWriter given the output.JsonStreamAdapter.writer
(OutputStream outputStream) Return the JsonWriter given the outputStream.Return the JsonWriter given writer to use.Constructors in io.avaje.jsonb.spi with parameters of type JsonWriter -
Uses of JsonWriter in io.avaje.jsonb.stream
Methods in io.avaje.jsonb.stream that return JsonWriterModifier and TypeMethodDescriptionJsonStream.writer
(JsonOutput output) JsonStream.writer
(OutputStream outputStream)