Uses of Interface
io.avaje.jsonb.spi.BytesJsonWriter
Packages that use BytesJsonWriter
Package
Description
Uses Jackson Core JsonGenerator and JsonParser to implement the SPI.
SPI for the underlying json parsing and generation.
-
Uses of BytesJsonWriter in io.avaje.jsonb.jackson
Methods in io.avaje.jsonb.jackson that return BytesJsonWriter -
Uses of BytesJsonWriter in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return BytesJsonWriterModifier and TypeMethodDescriptionIOAdapter.bufferedWriterAsBytes()Return a JsonWriter to use for writing json to byte array.