abstract class org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck
  super_class: java.lang.Object
{
  private final java.lang.String pathType;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck 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$StatusCheck this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$StatusCheck;
    MethodParameters:
          Name  Flags
      pathType  

  abstract int getStatus(SolrClient);
    descriptor: (LSolrClient;)I
    flags: (0x0400) ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
        Name  Flags
      client  

  java.lang.String getPathType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck this
         0: .line 96
            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$StatusCheck this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/solr/SolrHealthIndicator$StatusCheck;
}
SourceFile: "SolrHealthIndicator.java"
NestHost: org.springframework.boot.actuate.solr.SolrHealthIndicator
InnerClasses:
  private abstract StatusCheck = org.springframework.boot.actuate.solr.SolrHealthIndicator$StatusCheck of org.springframework.boot.actuate.solr.SolrHealthIndicator