class org.springframework.boot.actuate.neo4j.Neo4jHealthDetailsHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.neo4j.Neo4jHealthDetailsHandler
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthDetailsHandler this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthDetailsHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/neo4j/Neo4jHealthDetailsHandler;

  void addHealthDetails(org.springframework.boot.actuate.health.Health$Builder, java.lang.String, ResultSummary);
    descriptor: (Lorg/springframework/boot/actuate/health/Health$Builder;Ljava/lang/String;LResultSummary;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.neo4j.Neo4jHealthDetailsHandler this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tResultSummary cannot be resolved to a type\n\tServerInfo cannot be resolved to a type\n\tDatabaseInfo 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.Neo4jHealthDetailsHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/neo4j/Neo4jHealthDetailsHandler;
    MethodParameters:
               Name  Flags
      builder        
      edition        
      resultSummary  
}
SourceFile: "Neo4jHealthDetailsHandler.java"
InnerClasses:
  public Builder = org.springframework.boot.actuate.health.Health$Builder of org.springframework.boot.actuate.health.Health