public class org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics
  super_class: java.lang.Object
{
  private final javax.sql.DataSource dataSource;
    descriptor: Ljavax/sql/DataSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics$CachingDataSourcePoolMetadataProvider metadataProvider;
    descriptor: Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics$CachingDataSourcePoolMetadataProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Iterable<Tag> tags;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<LTag;>;

  public void <init>(javax.sql.DataSource, java.util.Collection<org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider>, java.lang.String, java.lang.Iterable<Tag>);
    descriptor: (Ljavax/sql/DataSource;Ljava/util/Collection;Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tMeterBinder cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTags cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tGauge cannot be resolved\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics;
    Signature: (Ljavax/sql/DataSource;Ljava/util/Collection<Lorg/springframework/boot/jdbc/metadata/DataSourcePoolMetadataProvider;>;Ljava/lang/String;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
                   Name  Flags
      dataSource         
      metadataProviders  
      dataSourceName     
      tags               

  public void <init>(javax.sql.DataSource, org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider, java.lang.String, java.lang.Iterable<Tag>);
    descriptor: (Ljavax/sql/DataSource;Lorg/springframework/boot/jdbc/metadata/DataSourcePoolMetadataProvider;Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
         0: .line 25
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tMeterBinder cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tTags cannot be resolved\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tGauge cannot be resolved\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics;
    Signature: (Ljavax/sql/DataSource;Lorg/springframework/boot/jdbc/metadata/DataSourcePoolMetadataProvider;Ljava/lang/String;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
                  Name  Flags
      dataSource        
      metadataProvider  
      name              
      tags              

  public void bindTo(MeterRegistry);
    descriptor: (LMeterRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeterRegistry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics;
    MethodParameters:
          Name  Flags
      registry  

  <N extends java.lang.Number> void bindPoolMetadata(MeterRegistry, java.lang.String, java.lang.String, java.util.function.Function<org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata, N>);
    descriptor: (LMeterRegistry;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMeterRegistry cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics;
    Signature: <N:Ljava/lang/Number;>(LMeterRegistry;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function<Lorg/springframework/boot/jdbc/metadata/DataSourcePoolMetadata;TN;>;)V
    MethodParameters:
             Name  Flags
      registry     
      metricName   
      description  
      function     

  <N extends java.lang.Number> void bindDataSource(MeterRegistry, java.lang.String, java.lang.String, java.util.function.Function<javax.sql.DataSource, N>);
    descriptor: (LMeterRegistry;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tGauge cannot be resolved\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/jdbc/DataSourcePoolMetrics;
    Signature: <N:Ljava/lang/Number;>(LMeterRegistry;Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function<Ljavax/sql/DataSource;TN;>;)V
    MethodParameters:
             Name  Flags
      registry     
      metricName   
      description  
      function     
}
SourceFile: "DataSourcePoolMetrics.java"
NestMembers:
  org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics$CachingDataSourcePoolMetadataProvider
InnerClasses:
  private CachingDataSourcePoolMetadataProvider = org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics$CachingDataSourcePoolMetadataProvider of org.springframework.boot.actuate.metrics.jdbc.DataSourcePoolMetrics