Class OptaPlannerJsonbConfig


  • public class OptaPlannerJsonbConfig
    extends Object
    This class adds all JSON-B adapters.
    • Constructor Detail

      • OptaPlannerJsonbConfig

        public OptaPlannerJsonbConfig()
    • Method Detail

      • createConfig

        public static javax.json.bind.JsonbConfig createConfig()
        Returns:
        never null, use it to create a Jsonb instance with JsonbBuilder.create(JsonbConfig).
      • getScoreJsonbAdapters

        public static javax.json.bind.adapter.JsonbAdapter[] getScoreJsonbAdapters()
        Returns:
        never null, use it to customize a JsonbConfig instance with JsonbConfig.withAdapters(JsonbAdapter[]).