Package io.quarkus.jsonb
Interface JsonbConfigCustomizer
-
public interface JsonbConfigCustomizer
Meant 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
. TheJsonbConfig
is in turn used to produce the defaultJsonb
See also
JsonbProducer.jsonbConfig(javax.enterprise.inject.Instance<io.quarkus.jsonb.JsonbConfigCustomizer>)
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
customize(javax.json.bind.JsonbConfig jsonbConfig)
-