public class org.springframework.boot.actuate.logging.LoggersEndpoint$GroupLoggerLevels extends 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$GroupLoggerLevels
  super_class: org.springframework.boot.actuate.logging.LoggersEndpoint$LoggerLevels
{
  private java.util.List<java.lang.String> members;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Ljava/lang/String;>;

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

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