io.quarkiverse.loggingjson.Config$$accessor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkiverse-logging-json Show documentation
Show all versions of quarkiverse-logging-json Show documentation
Logging in json with support for custom fields
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