Uses of Package
io.avaje.jsonb
-
Packages that use io.avaje.jsonb Package Description io.avaje.jsonb Core API of Jsonb.io.avaje.jsonb.core Core internal implementation.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 used by io.avaje.jsonb Class Description Json.Naming The naming convention that we can use for a given type.Json.SubType Specify the subtypes that a given type can be represented as.JsonAdapter The core API for serialization to and from json.JsonAdapter.Factory Factory for creating a JsonAdapter.Jsonb Provides access to json adapters by type.Jsonb.AdapterBuilder Function to build a JsonAdapter that needs Jsonb.Jsonb.Builder Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.JsonbComponent User defined components to register custom JsonAdapters with Jsonb.Builder.JsonException Thrown when the data being parsed is not encoded as valid JSON, method invocation fails for json views, or and underlying IOException occurs.JsonIoException Thrown when underlying IOException occurred during read or write of json.JsonReader Reads json content as a stream of JSON tokens and content.JsonReader.Token A structure, name, or value type in a JSON-encoded string.JsonType Provides API to serialise a type to and from JSON.JsonView Represents a subset of properties that can be written as json.JsonWriter Writes json content. -
Classes in io.avaje.jsonb used by io.avaje.jsonb.core Class Description Jsonb.Builder Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder. -
Classes in io.avaje.jsonb used by io.avaje.jsonb.spi Class Description JsonAdapter The core API for serialization to and from json.Jsonb.Builder Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.JsonReader Reads json content as a stream of JSON tokens and content.JsonWriter Writes json content. -
Classes in io.avaje.jsonb used by io.avaje.jsonb.stream Class Description JsonReader Reads json content as a stream of JSON tokens and content.JsonWriter Writes json content.