Uses of Interface
io.avaje.jsonb.JsonbComponent
-
Packages that use JsonbComponent Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of JsonbComponent in io.avaje.jsonb
Subinterfaces of JsonbComponent in io.avaje.jsonb Modifier and Type Interface Description static interface
Jsonb.GeneratedComponent
Components register JsonAdapters Jsonb.BuilderMethods in io.avaje.jsonb with parameters of type JsonbComponent Modifier and Type Method Description Jsonb.Builder
Jsonb.Builder. add(JsonbComponent component)
Add a Component which can provide multiple JsonAdapters and or configuration.
-