Uses of Interface
io.avaje.jsonb.spi.JsonStreamAdapter
-
Packages that use JsonStreamAdapter Package Description io.avaje.jsonb Core API of Jsonb.io.avaje.jsonb.spi SPI for the underlying json parsing and generation.io.avaje.jsonb.stream Default stream handling provided with Jsonb. -
-
Uses of JsonStreamAdapter in io.avaje.jsonb
Methods in io.avaje.jsonb with parameters of type JsonStreamAdapter Modifier and Type Method Description Jsonb.Builder
Jsonb.Builder. adapter(JsonStreamAdapter streamAdapter)
Explicitly set the adapter to use. -
Uses of JsonStreamAdapter in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return JsonStreamAdapter Modifier and Type Method Description JsonStreamAdapter
AdapterFactory. create(boolean serializeNulls, boolean serializeEmpty, boolean failOnUnknown)
Create the adapter to use for the underlying json parsing and generation. -
Uses of JsonStreamAdapter in io.avaje.jsonb.stream
Classes in io.avaje.jsonb.stream that implement JsonStreamAdapter Modifier and Type Class Description class
JsonStream
Default implementation of JsonStreamAdapter provided with Jsonb.
-