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

io.quarkus.smallrye.health.runtime.SmallRyeHealthRuntimeConfig$Enabled$$accessor Maven / Gradle / Ivy

The newest version!
package io.quarkus.smallrye.health.runtime;
@io.quarkus.Generated("Quarkus annotation processor")
public final class SmallRyeHealthRuntimeConfig$Enabled$$accessor {
    private SmallRyeHealthRuntimeConfig$Enabled$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_enabled(Object __instance) {
        return ((io.quarkus.smallrye.health.runtime.SmallRyeHealthRuntimeConfig.Enabled)__instance).enabled;
    }
    @SuppressWarnings("unchecked")
    public static void set_enabled(Object __instance, boolean enabled) {
        ((io.quarkus.smallrye.health.runtime.SmallRyeHealthRuntimeConfig.Enabled)__instance).enabled = enabled;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy