io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-smallrye-graphql Show documentation
Show all versions of quarkus-smallrye-graphql Show documentation
Create GraphQL Endpoints using the code-first approach from MicroProfile GraphQL
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