Uses of Package
io.avaje.jsonb
Packages that use io.avaje.jsonb
Package
Description
Core API of Jsonb.
SPI for the underlying json parsing and generation.
Default stream handling provided with Jsonb.
-
Classes in io.avaje.jsonb used by io.avaje.jsonbClassDescriptionThe naming convention that we can use for a given type.The core API for serialization to and from json.Factory for creating a JsonAdapter.Provides access to json adapters by type.Function to build a JsonAdapter that needs Jsonb.Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.User defined components to register custom JsonAdapters with Jsonb.Builder.Thrown when the data being parsed is not encoded as valid JSON, method invocation fails for json views, or and underlying IOException occurs.Thrown when underlying IOException occurred during read or write of json.Reads json content as a stream of JSON tokens and content.A structure, name, or value type in a JSON-encoded string.Provides API to serialise a type to and from JSON.Represents a subset of properties that can be written as json.Writes json content.
-
Classes in io.avaje.jsonb used by io.avaje.jsonb.spiClassDescriptionThe core API for serialization to and from json.Build the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.Reads json content as a stream of JSON tokens and content.Writes json content.
-
Classes in io.avaje.jsonb used by io.avaje.jsonb.streamClassDescriptionReads json content as a stream of JSON tokens and content.Writes json content.