Class TimefoldJsonbConfigCustomizer

java.lang.Object
ai.timefold.solver.quarkus.jsonb.TimefoldJsonbConfigCustomizer
All Implemented Interfaces:
io.quarkus.jsonb.JsonbConfigCustomizer

@Singleton @Deprecated(forRemoval=true, since="1.4.0") public class TimefoldJsonbConfigCustomizer extends Object implements io.quarkus.jsonb.JsonbConfigCustomizer
Deprecated, for removal: This API element is subject to removal in a future version.
Prefer Jackson integration instead.
Timefold doesn't use JSON-B, but it does have optional JSON-B support for Score, etc.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(jakarta.json.bind.JsonbConfig config)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TimefoldJsonbConfigCustomizer

      public TimefoldJsonbConfigCustomizer()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • customize

      public void customize(jakarta.json.bind.JsonbConfig config)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      customize in interface io.quarkus.jsonb.JsonbConfigCustomizer