Uses of Interface
io.avaje.jsonb.JsonWriter
Packages that use JsonWriter
Package
Description
Core API of Jsonb.
Uses Jackson Core JsonGenerator and JsonParser to implement the SPI.
SPI for the underlying json parsing and generation.
-
Uses of JsonWriter in io.avaje.jsonb
Methods in io.avaje.jsonb that return JsonWriterModifier and TypeMethodDescriptionJsonb.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 TypeMethodDescriptionabstract voidJsonAdapter.toJson(JsonWriter writer, T value) Write the value to the writer.voidJsonView.toJson(JsonWriter writer, T value) Write to the given writer. -
Uses of JsonWriter in io.avaje.jsonb.jackson
Methods in io.avaje.jsonb.jackson that return JsonWriter -
Uses of JsonWriter in io.avaje.jsonb.spi
Subinterfaces of JsonWriter in io.avaje.jsonb.spiModifier and TypeInterfaceDescriptioninterfaceProvides a JsonWriter optimised for returning json as string content.interfaceJsonWriter optimised for returning json as byte array.Classes in io.avaje.jsonb.spi that implement JsonWriterMethods in io.avaje.jsonb.spi that return JsonWriterModifier and TypeMethodDescriptionIOAdapter.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