Uses of Interface
io.avaje.json.JsonWriter
Packages that use JsonWriter
Package
Description
Reading and writing JSON content.
-
Uses of JsonWriter in io.avaje.json
Methods in io.avaje.json with parameters of type JsonWriterModifier and TypeMethodDescriptionvoid
JsonAdapter.toJson
(JsonWriter writer, T value) Write the value to the writer. -
Uses of JsonWriter in io.avaje.json.mapper
Methods in io.avaje.json.mapper with parameters of type JsonWriterModifier and TypeMethodDescriptionvoid
JsonMapper.toJson
(Object object, JsonWriter jsonWriter) Write the object to JsonWriter.void
JsonMapper.Type.toJson
(T value, JsonWriter writer) Write to the given writer. -
Uses of JsonWriter in io.avaje.json.stream
Subinterfaces of JsonWriter in io.avaje.json.streamModifier 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.json.stream that implement JsonWriterMethods in io.avaje.json.stream that return JsonWriterModifier and TypeMethodDescriptionJsonStream.writer
(JsonOutput output) Return the JsonWriter given the output.JsonStream.writer
(OutputStream outputStream) Return the JsonWriter given the outputStream.Return the JsonWriter given writer to use.Constructors in io.avaje.json.stream with parameters of type JsonWriter