Uses of Package
io.avaje.jsonb
Packages that use io.avaje.jsonb
Package
Description
Core API of Jsonb.
Core internal implementation.
Uses Jackson Core JsonGenerator and JsonParser to implement the SPI.
SPI for the underlying json parsing and generation.
-
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.Components register JsonAdapters Jsonb.BuilderThrown when the data being parsed is not encoded as valid JSON, method invocation fails for json views, or and underlying IOException occurs.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.coreClassDescriptionBuild the Jsonb instance adding JsonAdapter, Factory or AdapterBuilder.
-
Classes in io.avaje.jsonb used by io.avaje.jsonb.jacksonClassDescriptionReads json content as a stream of JSON tokens and content.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.