Uses of Package
io.avaje.jsonb.spi
-
Packages that use io.avaje.jsonb.spi 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. -
Classes in io.avaje.jsonb.spi used by io.avaje.jsonb Class Description JsonStreamAdapter Provides the underlying JsonReader and JsonWriter to use.PropertyNames Marker interface for IOAdapter specific property names.ViewBuilderAware A (non-scalar) JsonAdapter that is part of building json views. -
Classes in io.avaje.jsonb.spi used by io.avaje.jsonb.spi Class Description BufferedJsonWriter Provides a JsonWriter optimised for returning json as string content.BytesJsonWriter JsonWriter optimised for returning json as byte array.JsonStreamAdapter Provides the underlying JsonReader and JsonWriter to use.PropertyNames Marker interface for IOAdapter specific property names.ViewBuilder Builds a JsonView. -
Classes in io.avaje.jsonb.spi used by io.avaje.jsonb.stream Class Description BufferedJsonWriter Provides a JsonWriter optimised for returning json as string content.BytesJsonWriter JsonWriter optimised for returning json as byte array.JsonStreamAdapter Provides the underlying JsonReader and JsonWriter to use.PropertyNames Marker interface for IOAdapter specific property names.