Uses of Interface
io.avaje.jsonb.spi.JsonStreamAdapter
Packages that use JsonStreamAdapter
Package
Description
Core API of Jsonb.
SPI for the underlying json parsing and generation.
Default stream handling provided with Jsonb.
-
Uses of JsonStreamAdapter in io.avaje.jsonb
Methods in io.avaje.jsonb with parameters of type JsonStreamAdapterModifier and TypeMethodDescriptionJsonb.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 JsonStreamAdapterModifier and TypeMethodDescriptionAdapterFactory.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 JsonStreamAdapterModifier and TypeClassDescriptionfinal classDefault implementation of JsonStreamAdapter provided with Jsonb.