class org.springframework.boot.actuate.health.HealthEndpointGroups$1 implements org.springframework.boot.actuate.health.HealthEndpointGroups
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.health.HealthEndpointGroups$1
  super_class: java.lang.Object
{
  private final org.springframework.boot.actuate.health.HealthEndpointGroup val$primary;
    descriptor: Lorg/springframework/boot/actuate/health/HealthEndpointGroup;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.Map val$additional;
    descriptor: Ljava/util/Map;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.boot.actuate.health.HealthEndpointGroup, java.util.Map);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthEndpointGroup;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
         0: .line 60
            aload 0 /* this */
            aload 1
            putfield org.springframework.boot.actuate.health.HealthEndpointGroups$1.val$primary:Lorg/springframework/boot/actuate/health/HealthEndpointGroup;
            aload 0 /* this */
            aload 2
            putfield org.springframework.boot.actuate.health.HealthEndpointGroups$1.val$additional:Ljava/util/Map;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthEndpointGroups$1;
    MethodParameters:
                Name  Flags
      val$primary     final
      val$additional  final

  public org.springframework.boot.actuate.health.HealthEndpointGroup getPrimary();
    descriptor: ()Lorg/springframework/boot/actuate/health/HealthEndpointGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
         0: .line 64
            aload 0 /* this */
            getfield org.springframework.boot.actuate.health.HealthEndpointGroups$1.val$primary:Lorg/springframework/boot/actuate/health/HealthEndpointGroup;
            areturn
        end local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthEndpointGroups$1;

  public java.util.Set<java.lang.String> getNames();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
         0: .line 69
            aload 0 /* this */
            getfield org.springframework.boot.actuate.health.HealthEndpointGroups$1.val$additional:Ljava/util/Map;
            invokeinterface java.util.Map.keySet:()Ljava/util/Set;
            areturn
        end local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthEndpointGroups$1;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public org.springframework.boot.actuate.health.HealthEndpointGroup get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/actuate/health/HealthEndpointGroup;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
        start local 1 // java.lang.String name
         0: .line 74
            aload 0 /* this */
            getfield org.springframework.boot.actuate.health.HealthEndpointGroups$1.val$additional:Ljava/util/Map;
            aload 1 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.springframework.boot.actuate.health.HealthEndpointGroup
            areturn
        end local 1 // java.lang.String name
        end local 0 // org.springframework.boot.actuate.health.HealthEndpointGroups$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/HealthEndpointGroups$1;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "HealthEndpointGroups.java"
EnclosingMethod: org.springframework.boot.actuate.health.HealthEndpointGroups.of:(Lorg/springframework/boot/actuate/health/HealthEndpointGroup;Ljava/util/Map;)Lorg/springframework/boot/actuate/health/HealthEndpointGroups;
NestHost: org.springframework.boot.actuate.health.HealthEndpointGroups
InnerClasses:
  org.springframework.boot.actuate.health.HealthEndpointGroups$1