public class org.springframework.boot.actuate.health.Health$Builder
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.Health$Builder
  super_class: java.lang.Object
{
  private org.springframework.boot.actuate.health.Status status;
    descriptor: Lorg/springframework/boot/actuate/health/Status;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.Object> details;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tJsonInclude cannot be resolved to a type\n\tInclude cannot be resolved to a variable\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.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;

  public void <init>(org.springframework.boot.actuate.health.Status);
    descriptor: (Lorg/springframework/boot/actuate/health/Status;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tJsonInclude cannot be resolved to a type\n\tInclude cannot be resolved to a variable\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.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
        Name  Flags
      status  

  public void <init>(org.springframework.boot.actuate.health.Status, java.util.Map<java.lang.String, ?>);
    descriptor: (Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.fasterxml cannot be resolved\n\tThe import com.fasterxml cannot be resolved\n\tJsonInclude cannot be resolved to a type\n\tInclude cannot be resolved to a variable\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.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    Signature: (Lorg/springframework/boot/actuate/health/Status;Ljava/util/Map<Ljava/lang/String;*>;)V
    MethodParameters:
         Name  Flags
      status   
      details  

  public org.springframework.boot.actuate.health.Health$Builder withException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 232
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
      Name  Flags
      ex    

  public org.springframework.boot.actuate.health.Health$Builder withDetail(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 243
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
       Name  Flags
      key    
      value  

  public org.springframework.boot.actuate.health.Health$Builder withDetails(java.util.Map<java.lang.String, ?>);
    descriptor: (Ljava/util/Map;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 257
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    Signature: (Ljava/util/Map<Ljava/lang/String;*>;)Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
         Name  Flags
      details  

  public org.springframework.boot.actuate.health.Health$Builder unknown();
    descriptor: ()Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 267
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;

  public org.springframework.boot.actuate.health.Health$Builder up();
    descriptor: ()Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 275
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;

  public org.springframework.boot.actuate.health.Health$Builder down(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 284
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
      Name  Flags
      ex    

  public org.springframework.boot.actuate.health.Health$Builder down();
    descriptor: ()Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 292
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;

  public org.springframework.boot.actuate.health.Health$Builder outOfService();
    descriptor: ()Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;

  public org.springframework.boot.actuate.health.Health$Builder status(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 309
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
            Name  Flags
      statusCode  

  public org.springframework.boot.actuate.health.Health$Builder status(org.springframework.boot.actuate.health.Status);
    descriptor: (Lorg/springframework/boot/actuate/health/Status;)Lorg/springframework/boot/actuate/health/Health$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 318
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
    MethodParameters:
        Name  Flags
      status  

  public org.springframework.boot.actuate.health.Health build();
    descriptor: ()Lorg/springframework/boot/actuate/health/Health;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.Health$Builder this
         0: .line 328
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.Health$Builder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/Health$Builder;
}
SourceFile: "Health.java"
NestHost: org.springframework.boot.actuate.health.Health
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health