Uses of Interface
io.avaje.jsonb.Jsonb

Packages that use Jsonb
Package
Description
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.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
    Jsonb.AdapterBuilder.build(Jsonb jsonb)
    Create a JsonAdapter given the Jsonb instance.
    JsonAdapter.Factory.create(Type type, Jsonb jsonb)
    Create and return a JsonAdapter given the type and annotations or return null.