public class org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator extends org.springframework.boot.actuate.health.AbstractHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  private static final java.lang.String RED_STATUS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "red"

  private final RestClient client;
    descriptor: LRestClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.json.JsonParser jsonParser;
    descriptor: Lorg/springframework/boot/json/JsonParser;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(RestClient);
    descriptor: (LRestClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.http cannot be resolved\n\tThe import org.apache.http cannot be resolved\n\tThe import org.elasticsearch cannot be resolved\n\tThe import org.elasticsearch cannot be resolved\n\tThe import org.elasticsearch cannot be resolved\n\tRestClient cannot be resolved to a type\n\tRestClient cannot be resolved to a type\n\tRestClient cannot be resolved to a type\n\tResponse cannot be resolved to a type\n\tRestClient cannot be resolved to a type\n\tRequest cannot be resolved to a type\n\tStatusLine cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchRestHealthIndicator;
    MethodParameters:
        Name  Flags
      client  

  protected void doHealthCheck(org.springframework.boot.actuate.health.Health$Builder);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResponse cannot be resolved to a type\n\tRestClient cannot be resolved to a type\n\tRequest cannot be resolved to a type\n\tStatusLine cannot be resolved to a type\n\tHttpStatus cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchRestHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      builder  

  private void doHealthCheck(org.springframework.boot.actuate.health.Health$Builder, java.lang.String);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchRestHealthIndicator this
         0: .line 73
            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.elasticsearch.ElasticsearchRestHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchRestHealthIndicator;
    MethodParameters:
         Name  Flags
      builder  
      json     
}
SourceFile: "ElasticsearchRestHealthIndicator.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health