Uses of Interface
io.avaje.jsonb.Jsonb.AdapterBuilder
-
Packages that use Jsonb.AdapterBuilder Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of Jsonb.AdapterBuilder in io.avaje.jsonb
Methods in io.avaje.jsonb with parameters of type Jsonb.AdapterBuilder Modifier and Type Method Description Jsonb.Builder
Jsonb.Builder. add(Type type, Jsonb.AdapterBuilder builder)
Add a AdapterBuilder which provides a JsonAdapter to use for the given type.
-