public class org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator extends org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractReactiveHealthIndicator
{
  private static final org.springframework.core.ParameterizedTypeReference<java.util.Map<java.lang.String, java.lang.Object>> STRING_OBJECT_MAP;
    descriptor: Lorg/springframework/core/ParameterizedTypeReference;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lorg/springframework/core/ParameterizedTypeReference<Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;>;

  private static final java.lang.String RED_STATUS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "red"

  private final ReactiveElasticsearchClient client;
    descriptor: LReactiveElasticsearchClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(ReactiveElasticsearchClient);
    descriptor: (LReactiveElasticsearchClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import org.springframework.data cannot be resolved\n\tThe import org.springframework.web.reactive.function.client.ClientResponse cannot be resolved\n\tThe import org.springframework.web.reactive.function.client.WebClient cannot be resolved\n\tThe return types are incompatible for the inherited methods ReactiveHealthIndicator.health(), AbstractReactiveHealthIndicator.health()\n\tReactiveElasticsearchClient cannot be resolved to a type\n\tReactiveElasticsearchClient cannot be resolved to a type\n\tReactiveElasticsearchClient cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tReactiveElasticsearchClient cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tClientResponse cannot be resolved to a type\n\tWebClient cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tClientResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchReactiveHealthIndicator;
    MethodParameters:
        Name  Flags
      client  

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

  Mono<ClientResponse> getHealth(WebClient);
    descriptor: (LWebClient;)LMono;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tClientResponse cannot be resolved to a type\n\tWebClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchReactiveHealthIndicator;
    Signature: (LWebClient;)LMono<LClientResponse;>;
    MethodParameters:
           Name  Flags
      webClient  

  Mono<org.springframework.boot.actuate.health.Health> doHealthCheck(org.springframework.boot.actuate.health.Health$Builder, ClientResponse);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;LClientResponse;)LMono;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tClientResponse cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.elasticsearch.ElasticsearchReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/elasticsearch/ElasticsearchReactiveHealthIndicator;
    Signature: (Lorg/springframework/boot/actuate/health/Health$Builder;LClientResponse;)LMono<Lorg/springframework/boot/actuate/health/Health;>;
    MethodParameters:
          Name  Flags
      builder   
      response  

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