ai.timefold.solver.benchmark.quarkus.deployment.TimefoldBenchmarkBuildTimeConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timefold-solver-quarkus-benchmark-deployment Show documentation
Show all versions of timefold-solver-quarkus-benchmark-deployment Show documentation
Quarkus deployment module for timefold-solver-quarkus-benchmark.
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