ai.timefold.solver.benchmark.quarkus.deployment.TimefoldBenchmarkProcessor$$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 TimefoldBenchmarkProcessor$$accessor {
private TimefoldBenchmarkProcessor$$accessor() {}
@SuppressWarnings("unchecked")
public static Object get_timefoldBenchmarkBuildTimeConfig(Object __instance) {
return ((TimefoldBenchmarkProcessor)__instance).timefoldBenchmarkBuildTimeConfig;
}
@SuppressWarnings("unchecked")
public static void set_timefoldBenchmarkBuildTimeConfig(Object __instance, Object timefoldBenchmarkBuildTimeConfig) {
((TimefoldBenchmarkProcessor)__instance).timefoldBenchmarkBuildTimeConfig = (TimefoldBenchmarkBuildTimeConfig)timefoldBenchmarkBuildTimeConfig;
}
public static Object construct() {
return new TimefoldBenchmarkProcessor();
}
}