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

io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package io.quarkus.smallrye.graphql.runtime;
public final class SmallRyeGraphQLRuntimeConfig$$accessor {
    private SmallRyeGraphQLRuntimeConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_enable(Object __instance) {
        return ((SmallRyeGraphQLRuntimeConfig)__instance).enable;
    }
    @SuppressWarnings("unchecked")
    public static void set_enable(Object __instance, boolean enable) {
        ((SmallRyeGraphQLRuntimeConfig)__instance).enable = enable;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy