public class org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels
  super_class: java.lang.Object
{
  private java.lang.String configuredLevel;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.springframework.boot.logging.LogLevel);
    descriptor: (Lorg/springframework/boot/logging/LogLevel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
        start local 1 // org.springframework.boot.logging.LogLevel configuredLevel
         0: .line 129
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 130
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* configuredLevel */
            invokevirtual org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels.getName:(Lorg/springframework/boot/logging/LogLevel;)Ljava/lang/String;
            putfield org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels.configuredLevel:Ljava/lang/String;
         2: .line 131
            return
        end local 1 // org.springframework.boot.logging.LogLevel configuredLevel
        end local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lorg/springframework/boot/actuate/logging/LoggersEndpoint$LoggerLevels;
            0    3     1  configuredLevel  Lorg/springframework/boot/logging/LogLevel;
    MethodParameters:
                 Name  Flags
      configuredLevel  

  protected final java.lang.String getName(org.springframework.boot.logging.LogLevel);
    descriptor: (Lorg/springframework/boot/logging/LogLevel;)Ljava/lang/String;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
        start local 1 // org.springframework.boot.logging.LogLevel level
         0: .line 134
            aload 1 /* level */
            ifnull 1
            aload 1 /* level */
            invokevirtual org.springframework.boot.logging.LogLevel.name:()Ljava/lang/String;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: java.lang.String
         2: areturn
        end local 1 // org.springframework.boot.logging.LogLevel level
        end local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/boot/actuate/logging/LoggersEndpoint$LoggerLevels;
            0    3     1  level  Lorg/springframework/boot/logging/LogLevel;
    MethodParameters:
       Name  Flags
      level  

  public java.lang.String getConfiguredLevel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
         0: .line 138
            aload 0 /* this */
            getfield org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels.configuredLevel:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/logging/LoggersEndpoint$LoggerLevels;
}
SourceFile: "LoggersEndpoint.java"
NestHost: org.springframework.boot.actuate.logging.LoggersEndpoint
InnerClasses:
  public LoggerLevels = org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels of org.springframework.boot.actuate.logging.LoggersEndpoint