public class org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics
  super_class: java.lang.Object
{
  private static final java.lang.String CONNECTIONS;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "connections"

  private final ConnectionPool pool;
    descriptor: LConnectionPool;
    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>(ConnectionPool, java.lang.String, java.lang.Iterable<Tag>);
    descriptor: (LConnectionPool;Ljava/lang/String;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics this
         0: .line 19
            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\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\tConnectionPool cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tConnectionPool cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tConnectionPool 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\tConnectionPool cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tBuilder cannot be resolved to a type\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.r2dbc.ConnectionPoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/r2dbc/ConnectionPoolMetrics;
    Signature: (LConnectionPool;Ljava/lang/String;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
      Name  Flags
      pool  
      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.r2dbc.ConnectionPoolMetrics this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tConnectionPool 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.r2dbc.ConnectionPoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/r2dbc/ConnectionPoolMetrics;
    MethodParameters:
          Name  Flags
      registry  

  void bindConnectionPoolMetric(MeterRegistry, Builder<?>);
    descriptor: (LMeterRegistry;LBuilder;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.r2dbc.ConnectionPoolMetrics this
         0: .line 72
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tBuilder cannot be resolved to a type\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.r2dbc.ConnectionPoolMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/r2dbc/ConnectionPoolMetrics;
    Signature: (LMeterRegistry;LBuilder<*>;)V
    MethodParameters:
          Name  Flags
      registry  
      builder   

  private static java.lang.String metricKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "ConnectionPoolMetrics.java"