public class org.springframework.boot.actuate.solr.SolrHealthIndicator 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.solr.SolrHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  private static final int HTTP_NOT_FOUND_STATUS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 404

  private final SolrClient solrClient;
    descriptor: LSolrClient;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck statusCheck;
    descriptor: Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$StatusCheck;
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>(SolrClient);
    descriptor: (LSolrClient;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tThe import org.apache.solr cannot be resolved\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tRemoteSolrException cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tSolrClient cannot be resolved to a type\n\tThe type SolrHealthIndicator.RootStatusCheck must implement the inherited abstract method SolrHealthIndicator.StatusCheck.getStatus(SolrClient)\n\tSolrClient cannot be resolved to a type\n\tCoreAdminRequest cannot be resolved to a type\n\tCoreAdminRequest cannot be resolved to a type\n\tCoreAdminParams cannot be resolved to a variable\n\tThe type SolrHealthIndicator.ParticularCoreStatusCheck must implement the inherited abstract method SolrHealthIndicator.StatusCheck.getStatus(SolrClient)\n\tSolrClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator;
    MethodParameters:
            Name  Flags
      solrClient  

  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.solr.SolrHealthIndicator this
         0: .line 52
            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.solr.SolrHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      builder  

  private int initializeStatusCheck();
    descriptor: ()I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSolrClient cannot be resolved to a type\n\tRemoteSolrException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator;
    Exceptions:
      throws java.lang.Exception

  private int initializeStatusCheck(org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck);
    descriptor: (Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$StatusCheck;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tSolrClient cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
             Name  Flags
      statusCheck  
}
SourceFile: "SolrHealthIndicator.java"
NestMembers:
  org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck  org.springframework.boot.actuate.solr.SolrHealthIndicator$RootStatusCheck  org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health
  private ParticularCoreStatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$ParticularCoreStatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator
  private RootStatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$RootStatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator
  private abstract StatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator