Class OptaPlannerJsonbConfigCustomizer

java.lang.Object
org.optaplanner.quarkus.jsonb.OptaPlannerJsonbConfigCustomizer
All Implemented Interfaces:
io.quarkus.jsonb.JsonbConfigCustomizer

@Singleton public class OptaPlannerJsonbConfigCustomizer extends Object implements io.quarkus.jsonb.JsonbConfigCustomizer
OptaPlanner doesn't use JSON-B, but it does have optional JSON-B support for Score, etc.
  • Constructor Details

    • OptaPlannerJsonbConfigCustomizer

      public OptaPlannerJsonbConfigCustomizer()
  • Method Details

    • customize

      public void customize(javax.json.bind.JsonbConfig config)
      Specified by:
      customize in interface io.quarkus.jsonb.JsonbConfigCustomizer