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

io.quarkus.swaggerui.runtime.SwaggerUiRuntimeConfig$$accessor Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy