Interface JsonbConfigCustomizer


public interface JsonbConfigCustomizer
Meant to be implemented by a CDI bean that provided arbitrary customization for the default JsonbConfig.

All implementations (that are registered as CDI beans) are taken into account when producing the default JsonbConfig. The JsonbConfig is in turn used to produce the default Jsonb

See also JsonbProducer.jsonbConfig(java.util.List<io.quarkus.jsonb.JsonbConfigCustomizer>).

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(jakarta.json.bind.JsonbConfig jsonbConfig)
     
  • Method Details

    • customize

      void customize(jakarta.json.bind.JsonbConfig jsonbConfig)