public final class io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474 extends java.lang.Object implements java.util.function.Function
{
public static java.util.function.Function bootstrap$()
{
io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474 v;
v = new io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474;
specialinvoke v.<io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474: void <init>()>();
return v;
}
public void <init>()
{
io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474 v;
v := @this: io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public java.lang.Object apply(java.lang.Object)
{
io.quarkus.runtime.logging.InheritableLevel v;
io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474 v;
java.lang.Object v;
v := @this: io.quarkus.runtime.logging.LoggingSetupRecorder$getMinLevel__3474;
v := @parameter: java.lang.Object;
v = virtualinvoke v.<io.quarkus.runtime.logging.CategoryBuildTimeConfig: io.quarkus.runtime.logging.InheritableLevel getMinLevel()>();
return v;
}
}