Uses of Interface
io.avaje.jsonb.spi.BytesJsonWriter
-
Packages that use BytesJsonWriter Package Description io.avaje.jsonb.spi SPI for the underlying json parsing and generation.io.avaje.jsonb.stream Default stream handling provided with Jsonb. -
-
Uses of BytesJsonWriter in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return BytesJsonWriter Modifier and Type Method Description BytesJsonWriter
JsonStreamAdapter. bufferedWriterAsBytes()
Return a JsonWriter to use for writing json to byte array. -
Uses of BytesJsonWriter in io.avaje.jsonb.stream
Methods in io.avaje.jsonb.stream that return BytesJsonWriter Modifier and Type Method Description BytesJsonWriter
JsonStream. bufferedWriterAsBytes()
-