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

io.quarkus.logging.sentry.SentryConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 3.0.0.Beta1
Show newest version
package io.quarkus.logging.sentry;
public final class SentryConfig$$accessor {
    private SentryConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_enable(Object __instance) {
        return ((SentryConfig)__instance).enable;
    }
    @SuppressWarnings("unchecked")
    public static void set_enable(Object __instance, boolean enable) {
        ((SentryConfig)__instance).enable = enable;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy