Uses of Interface
io.avaje.jsonb.Jsonb
-
Packages that use Jsonb Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of Jsonb in io.avaje.jsonb
Methods in io.avaje.jsonb that return Jsonb Modifier and Type Method Description Jsonb
Jsonb.Builder. build()
Build and return the Jsonb instance with all the given adapters and factories registered.Methods in io.avaje.jsonb with parameters of type Jsonb Modifier and Type Method Description JsonAdapter<?>
Jsonb.AdapterBuilder. build(Jsonb jsonb)
Create a JsonAdapter given the Jsonb instance.JsonAdapter<?>
JsonAdapter.Factory. create(Type type, Jsonb jsonb)
Create and return a JsonAdapter given the type and annotations or return null.
-