public final class org.springframework.boot.actuate.health.SystemHealth extends org.springframework.boot.actuate.health.CompositeHealth
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.SystemHealth
  super_class: org.springframework.boot.actuate.health.CompositeHealth
{
  private final java.util.Set<java.lang.String> groups;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/lang/String;>;

  void <init>(org.springframework.boot.actuate.endpoint.http.ApiVersion, org.springframework.boot.actuate.health.Status, java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent>, java.util.Set<java.lang.String>);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.health.SystemHealth this
        start local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        start local 2 // org.springframework.boot.actuate.health.Status status
        start local 3 // java.util.Map instances
        start local 4 // java.util.Set groups
         0: .line 40
            aload 0 /* this */
            aload 1 /* apiVersion */
            aload 2 /* status */
            aload 3 /* instances */
            invokespecial org.springframework.boot.actuate.health.CompositeHealth.<init>:(Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map;)V
         1: .line 41
            aload 0 /* this */
            aload 4 /* groups */
            ifnull 2
            new java.util.TreeSet
            dup
            aload 4 /* groups */
            invokespecial java.util.TreeSet.<init>:(Ljava/util/Collection;)V
            goto 3
      StackMap locals: org.springframework.boot.actuate.health.SystemHealth org.springframework.boot.actuate.endpoint.http.ApiVersion org.springframework.boot.actuate.health.Status java.util.Map java.util.Set
      StackMap stack: org.springframework.boot.actuate.health.SystemHealth
         2: aconst_null
      StackMap locals: org.springframework.boot.actuate.health.SystemHealth org.springframework.boot.actuate.endpoint.http.ApiVersion org.springframework.boot.actuate.health.Status java.util.Map java.util.Set
      StackMap stack: org.springframework.boot.actuate.health.SystemHealth java.util.TreeSet
         3: putfield org.springframework.boot.actuate.health.SystemHealth.groups:Ljava/util/Set;
         4: .line 42
            return
        end local 4 // java.util.Set groups
        end local 3 // java.util.Map instances
        end local 2 // org.springframework.boot.actuate.health.Status status
        end local 1 // org.springframework.boot.actuate.endpoint.http.ApiVersion apiVersion
        end local 0 // org.springframework.boot.actuate.health.SystemHealth this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/springframework/boot/actuate/health/SystemHealth;
            0    5     1  apiVersion  Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            0    5     2      status  Lorg/springframework/boot/actuate/health/Status;
            0    5     3   instances  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
            0    5     4      groups  Ljava/util/Set<Ljava/lang/String;>;
    Signature: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;Ljava/util/Set<Ljava/lang/String;>;)V
    MethodParameters:
            Name  Flags
      apiVersion  
      status      
      instances   
      groups      

  public java.util.Set<java.lang.String> getGroups();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.SystemHealth this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonInclude cannot be resolved to a type\n\tInclude cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.SystemHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/SystemHealth;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;
}
SourceFile: "SystemHealth.java"