All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.timefold.solver.benchmark.quarkus.deployment.TimefoldBenchmarkBuildTimeConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 1.16.0
Show newest version
package ai.timefold.solver.benchmark.quarkus.deployment;
@io.quarkus.Generated("Quarkus annotation processor")
public final class TimefoldBenchmarkBuildTimeConfig$$accessor {
    private TimefoldBenchmarkBuildTimeConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_solverBenchmarkConfigXml(Object __instance) {
        return ((TimefoldBenchmarkBuildTimeConfig)__instance).solverBenchmarkConfigXml;
    }
    @SuppressWarnings("unchecked")
    public static void set_solverBenchmarkConfigXml(Object __instance, Object solverBenchmarkConfigXml) {
        ((TimefoldBenchmarkBuildTimeConfig)__instance).solverBenchmarkConfigXml = (java.util.Optional)solverBenchmarkConfigXml;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy