public class org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator 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.neo4j.Neo4jHealthIndicator
  super_class: org.springframework.boot.actuate.health.AbstractHealthIndicator
{
  static final java.lang.String CYPHER;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "CALL dbms.components() YIELD versions, edition UNWIND versions as version return version, edition"

  private final SessionFactory sessionFactory;
    descriptor: LSessionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(SessionFactory);
    descriptor: (LSessionFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.neo4j cannot be resolved\n\tThe import org.neo4j cannot be resolved\n\tThe import org.neo4j cannot be resolved\n\tSessionFactory cannot be resolved to a type\n\tSessionFactory cannot be resolved to a type\n\tSessionFactory cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tSessionFactory cannot be resolved to a type\n\tSession cannot be resolved to a type\n\tResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/neo4j/Neo4jHealthIndicator;
    MethodParameters:
                Name  Flags
      sessionFactory  

  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.neo4j.Neo4jHealthIndicator this
         0: .line 60
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSession cannot be resolved to a type\n\tSessionFactory cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/neo4j/Neo4jHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      builder  

  protected void extractResult(Session, org.springframework.boot.actuate.health.Health$Builder);
    descriptor: (LSession;Lorg/springframework/boot/actuate/health/Health$Builder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator this
         0: .line 71
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tSession cannot be resolved to a type\n\tResult cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/neo4j/Neo4jHealthIndicator;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
         Name  Flags
      session  
      builder  
}
SourceFile: "Neo4jHealthIndicator.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health