Package ai.timefold.solver.quarkus.jsonb
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(jakarta.json.bind.JsonbConfig config) Deprecated, for removal: This API element is subject to removal in a future version.
-
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:
customizein interfaceio.quarkus.jsonb.JsonbConfigCustomizer
-