class com.zaxxer.hikari.metrics.prometheus.HikariCPCollector
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.zaxxer.hikari.metrics.prometheus.HikariCPCollector
  super_class: java.lang.Object
{
  private static final java.util.List<java.lang.String> LABEL_NAMES;
    descriptor: Ljava/util/List;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/String;>;

  private final java.util.Map<java.lang.String, com.zaxxer.hikari.metrics.PoolStats> poolStatsMap;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/zaxxer/hikari/metrics/PoolStats;>;

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.prometheus cannot be resolved\n\tThe import io.prometheus cannot be resolved\n\tCollector cannot be resolved to a type\n\tMetricFamilySamples cannot be resolved to a type\n\tThe method collect() of type HikariCPCollector must override or implement a supertype method\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tGaugeMetricFamily cannot be resolved to a type\n\tGaugeMetricFamily cannot be resolved to a type\n\tGaugeMetricFamily cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;

  public java.util.List<MetricFamilySamples> collect();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
         0: .line 38
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMetricFamilySamples cannot be resolved to a type\n\tThe method collect() of type HikariCPCollector must override or implement a supertype method\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n\tThe method createGauge(String, String, Function<PoolStats,Integer>) from the type HikariCPCollector refers to the missing type GaugeMetricFamily\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    Signature: ()Ljava/util/List<LMetricFamilySamples;>;

  void add(java.lang.String, com.zaxxer.hikari.metrics.PoolStats);
    descriptor: (Ljava/lang/String;Lcom/zaxxer/hikari/metrics/PoolStats;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
         0: .line 56
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    MethodParameters:
           Name  Flags
      name       
      poolStats  

  void remove(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    MethodParameters:
      Name  Flags
      name  

  private GaugeMetricFamily createGauge(java.lang.String, java.lang.String, java.util.function.Function<com.zaxxer.hikari.metrics.PoolStats, java.lang.Integer>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function;)LGaugeMetricFamily;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tGaugeMetricFamily cannot be resolved to a type\n\tGaugeMetricFamily cannot be resolved to a type\n\tGaugeMetricFamily cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.zaxxer.hikari.metrics.prometheus.HikariCPCollector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/util/function/Function<Lcom/zaxxer/hikari/metrics/PoolStats;Ljava/lang/Integer;>;)LGaugeMetricFamily;
    MethodParameters:
                     Name  Flags
      metric               
      help                 
      metricValueFunction  
}
SourceFile: "HikariCPCollector.java"