Package org.optaplanner.quarkus.jsonb
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
OptaPlannerJsonbConfigCustomizer
public OptaPlannerJsonbConfigCustomizer()
-
-
Method Details
-
customize
public void customize(javax.json.bind.JsonbConfig config) - Specified by:
customizein interfaceio.quarkus.jsonb.JsonbConfigCustomizer
-