public class org.springframework.boot.actuate.health.CompositeHealth extends org.springframework.boot.actuate.health.HealthComponent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.CompositeHealth
  super_class: org.springframework.boot.actuate.health.HealthComponent
{
  private final org.springframework.boot.actuate.health.Status status;
    descriptor: Lorg/springframework/boot/actuate/health/Status;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent> components;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;

  private final java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent> details;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;

  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>);
    descriptor: (Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.health.CompositeHealth 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 components
         0: .line 46
            aload 0 /* this */
            invokespecial org.springframework.boot.actuate.health.HealthComponent.<init>:()V
         1: .line 47
            aload 2 /* status */
            ldc "Status must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 48
            aload 0 /* this */
            aload 2 /* status */
            putfield org.springframework.boot.actuate.health.CompositeHealth.status:Lorg/springframework/boot/actuate/health/Status;
         3: .line 49
            aload 0 /* this */
            aload 1 /* apiVersion */
            getstatic org.springframework.boot.actuate.endpoint.http.ApiVersion.V3:Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            if_acmpeq 4
            aconst_null
            goto 5
      StackMap locals: org.springframework.boot.actuate.health.CompositeHealth org.springframework.boot.actuate.endpoint.http.ApiVersion org.springframework.boot.actuate.health.Status java.util.Map
      StackMap stack: org.springframework.boot.actuate.health.CompositeHealth
         4: aload 0 /* this */
            aload 3 /* components */
            invokevirtual org.springframework.boot.actuate.health.CompositeHealth.sort:(Ljava/util/Map;)Ljava/util/Map;
      StackMap locals: org.springframework.boot.actuate.health.CompositeHealth org.springframework.boot.actuate.endpoint.http.ApiVersion org.springframework.boot.actuate.health.Status java.util.Map
      StackMap stack: org.springframework.boot.actuate.health.CompositeHealth java.util.Map
         5: putfield org.springframework.boot.actuate.health.CompositeHealth.components:Ljava/util/Map;
         6: .line 50
            aload 0 /* this */
            aload 1 /* apiVersion */
            getstatic org.springframework.boot.actuate.endpoint.http.ApiVersion.V2:Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            if_acmpeq 7
            aconst_null
            goto 8
      StackMap locals:
      StackMap stack: org.springframework.boot.actuate.health.CompositeHealth
         7: aload 0 /* this */
            aload 3 /* components */
            invokevirtual org.springframework.boot.actuate.health.CompositeHealth.sort:(Ljava/util/Map;)Ljava/util/Map;
      StackMap locals: org.springframework.boot.actuate.health.CompositeHealth org.springframework.boot.actuate.endpoint.http.ApiVersion org.springframework.boot.actuate.health.Status java.util.Map
      StackMap stack: org.springframework.boot.actuate.health.CompositeHealth java.util.Map
         8: putfield org.springframework.boot.actuate.health.CompositeHealth.details:Ljava/util/Map;
         9: .line 51
            return
        end local 3 // java.util.Map components
        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.CompositeHealth this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lorg/springframework/boot/actuate/health/CompositeHealth;
            0   10     1  apiVersion  Lorg/springframework/boot/actuate/endpoint/http/ApiVersion;
            0   10     2      status  Lorg/springframework/boot/actuate/health/Status;
            0   10     3  components  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
    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;>;)V
    MethodParameters:
            Name  Flags
      apiVersion  
      status      
      components  

  private java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent> sort(java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent>);
    descriptor: (Ljava/util/Map;)Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.CompositeHealth this
        start local 1 // java.util.Map components
         0: .line 54
            aload 1 /* components */
            ifnull 1
            new java.util.TreeMap
            dup
            aload 1 /* components */
            invokespecial java.util.TreeMap.<init>:(Ljava/util/Map;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 1 /* components */
      StackMap locals:
      StackMap stack: java.util.Map
         2: areturn
        end local 1 // java.util.Map components
        end local 0 // org.springframework.boot.actuate.health.CompositeHealth this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/springframework/boot/actuate/health/CompositeHealth;
            0    3     1  components  Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;)Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
    MethodParameters:
            Name  Flags
      components  

  public org.springframework.boot.actuate.health.Status getStatus();
    descriptor: ()Lorg/springframework/boot/actuate/health/Status;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.CompositeHealth this
         0: .line 59
            aload 0 /* this */
            getfield org.springframework.boot.actuate.health.CompositeHealth.status:Lorg/springframework/boot/actuate/health/Status;
            areturn
        end local 0 // org.springframework.boot.actuate.health.CompositeHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeHealth;

  public java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent> getComponents();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.CompositeHealth this
         0: .line 62
            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.CompositeHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeHealth;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;

  java.util.Map<java.lang.String, org.springframework.boot.actuate.health.HealthComponent> getDetails();
    descriptor: ()Ljava/util/Map;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.CompositeHealth this
         0: .line 67
            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\tJsonProperty cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.CompositeHealth this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeHealth;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/springframework/boot/actuate/health/HealthComponent;>;
    RuntimeInvisibleAnnotations: 
      JsonProperty()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        JsonProperty()
}
SourceFile: "CompositeHealth.java"