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

io.quarkiverse.loggingjson.Config$$accessor Maven / Gradle / Ivy

There is a newer version: 0.2.3
Show newest version
package io.quarkiverse.loggingjson;
public final class Config$$accessor {
    private Config$$accessor() {}
    @SuppressWarnings("unchecked")
    public static boolean get_enable(Object __instance) {
        return ((Config)__instance).enable;
    }
    @SuppressWarnings("unchecked")
    public static void set_enable(Object __instance, boolean enable) {
        ((Config)__instance).enable = enable;
    }
    @SuppressWarnings("unchecked")
    public static boolean get_prettyPrint(Object __instance) {
        return ((Config)__instance).prettyPrint;
    }
    @SuppressWarnings("unchecked")
    public static void set_prettyPrint(Object __instance, boolean prettyPrint) {
        ((Config)__instance).prettyPrint = prettyPrint;
    }
    @SuppressWarnings("unchecked")
    public static Object get_recordDelimiter(Object __instance) {
        return ((Config)__instance).recordDelimiter;
    }
    @SuppressWarnings("unchecked")
    public static void set_recordDelimiter(Object __instance, Object recordDelimiter) {
        ((Config)__instance).recordDelimiter = (String)recordDelimiter;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy