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

io.thestencil.quarkus.feedback.deployment.FeedbackConfig$$accessor Maven / Gradle / Ivy

package io.thestencil.quarkus.feedback.deployment;
public final class FeedbackConfig$$accessor {
    private FeedbackConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_servicePath(Object __instance) {
        return ((FeedbackConfig)__instance).servicePath;
    }
    @SuppressWarnings("unchecked")
    public static void set_servicePath(Object __instance, Object servicePath) {
        ((FeedbackConfig)__instance).servicePath = (String)servicePath;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy