Uses of Interface
io.avaje.jsonb.Jsonb.Builder
Packages that use Jsonb.Builder
-
Uses of Jsonb.Builder in io.avaje.jsonb
Methods in io.avaje.jsonb that return Jsonb.BuilderModifier and TypeMethodDescriptionJsonb.Builder.add(JsonAdapter.Factory factory) Add a JsonAdapter.Factory which provides JsonAdapters to use.<T> Jsonb.BuilderJsonb.Builder.add(Type type, JsonAdapter<T> jsonAdapter) Add a JsonAdapter to use for the given type.Jsonb.Builder.add(Type type, Jsonb.AdapterBuilder builder) Add a AdapterBuilder which provides a JsonAdapter to use for the given type.Jsonb.Builder.failOnUnknown(boolean failOnUnknown) Set failOnUnknown to true such that an exception is thrown when unknown properties are read in the json content.Jsonb.Builder.mathTypesAsString(boolean mathTypesAsString) Set to true for BigDecimal and BigInteger to serialise as String values rather than number values.static Jsonb.BuilderJsonb.newBuilder()Create and return a new Jsonb.Builder to configure before building the Jsonb instance.Methods in io.avaje.jsonb with parameters of type Jsonb.BuilderModifier and TypeMethodDescriptionvoidJsonb.Component.register(Jsonb.Builder builder) Register JsonAdapters with the Builder. -
Uses of Jsonb.Builder in io.avaje.jsonb.core
Methods in io.avaje.jsonb.core that return Jsonb.Builder -
Uses of Jsonb.Builder in io.avaje.jsonb.spi
Methods in io.avaje.jsonb.spi that return Jsonb.Builder