class org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper implements RowMapper<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.dao cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tThe import org.springframework.jdbc cannot be resolved\n\tJdbcTemplate cannot be resolved to a type\n\tJdbcTemplate cannot be resolved to a type\n\tJdbcTemplate cannot be resolved to a type\n\tJdbcTemplate cannot be resolved to a type\n\tDataAccessUtils cannot be resolved\n\tJdbcTemplate cannot be resolved to a type\n\tConnectionCallback cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tJdbcTemplate cannot be resolved to a type\n\tConnectionCallback cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tJdbcTemplate cannot be resolved to a type\n\tJdbcTemplate cannot be resolved to a type\n\tRowMapper cannot be resolved to a type\n\tThe method mapRow(ResultSet, int) of type DataSourceHealthIndicator.SingleColumnRowMapper must override or implement a supertype method\n\tIncorrectResultSetColumnCountException cannot be resolved to a type\n\tJdbcUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/jdbc/DataSourceHealthIndicator$SingleColumnRowMapper;

  public java.lang.Object mapRow(java.sql.ResultSet, int);
    descriptor: (Ljava/sql/ResultSet;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper this
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method mapRow(ResultSet, int) of type DataSourceHealthIndicator.SingleColumnRowMapper must override or implement a supertype method\n\tIncorrectResultSetColumnCountException cannot be resolved to a type\n\tJdbcUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/jdbc/DataSourceHealthIndicator$SingleColumnRowMapper;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      rs      
      rowNum  
}
Signature: Ljava/lang/Object;LRowMapper<Ljava/lang/Object;>;
SourceFile: "DataSourceHealthIndicator.java"
NestHost: org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator
InnerClasses:
  private SingleColumnRowMapper = org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator$SingleColumnRowMapper of org.springframework.boot.actuate.jdbc.DataSourceHealthIndicator