Uses of Interface
io.avaje.jsonb.JsonAdapter.Factory
-
Packages that use JsonAdapter.Factory Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of JsonAdapter.Factory in io.avaje.jsonb
Methods in io.avaje.jsonb with parameters of type JsonAdapter.Factory Modifier and Type Method Description Jsonb.Builder
Jsonb.Builder. add(JsonAdapter.Factory factory)
Add a JsonAdapter.Factory which provides JsonAdapters to use.
-