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

io.thestencil.quarkus.iam.deployment.IAMConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 4.278.121
Show newest version
package io.thestencil.quarkus.iam.deployment;
@io.quarkus.Generated("Quarkus annotation processor")
public final class IAMConfig$$accessor {
    private IAMConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_servicePath(Object __instance) {
        return ((IAMConfig)__instance).servicePath;
    }
    @SuppressWarnings("unchecked")
    public static void set_servicePath(Object __instance, Object servicePath) {
        ((IAMConfig)__instance).servicePath = (String)servicePath;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy