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

io.quarkus.runtime.logging.LogConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package io.quarkus.runtime.logging;
@io.quarkus.Generated("Quarkus annotation processor")
public final class LogConfig$$accessor {
    private LogConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_handlers(Object __instance) {
        return ((LogConfig)__instance).handlers;
    }
    @SuppressWarnings("unchecked")
    public static void set_handlers(Object __instance, Object handlers) {
        ((LogConfig)__instance).handlers = (java.util.Optional>)handlers;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy