Uses of Interface
io.avaje.jsonb.JsonWriter
Packages that use JsonWriter
-
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.voidJsonType.toJson(JsonWriter writer, T value) Write the value as json content to the given JsonWriter.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.spiClasses 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