Package io.quarkus.jsonb
Interface JsonbConfigCustomizer
-
public interface JsonbConfigCustomizerMeant to be implemented by a CDI bean that provided arbitrary customization for the defaultJsonbConfig.All implementations (that are registered as CDI beans) are taken into account when producing the default
JsonbConfig. TheJsonbConfigis in turn used to produce the defaultJsonbSee also
JsonbProducer.jsonbConfig(javax.enterprise.inject.Instance<io.quarkus.jsonb.JsonbConfigCustomizer>).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(javax.json.bind.JsonbConfig jsonbConfig)
-