public class com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory implements com.zaxxer.hikari.metrics.MetricsTrackerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory
  super_class: java.lang.Object
{
  private com.zaxxer.hikari.metrics.prometheus.HikariCPCollector collector;
    descriptor: Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    flags: (0x0002) ACC_PRIVATE

  private CollectorRegistry collectorRegistry;
    descriptor: LCollectorRegistry;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.prometheus cannot be resolved\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a variable\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry 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.PrometheusHistogramMetricsTrackerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTrackerFactory;

  public void <init>(CollectorRegistry);
    descriptor: (LCollectorRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import io.prometheus cannot be resolved\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a variable\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry cannot be resolved to a type\n\tCollectorRegistry 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.PrometheusHistogramMetricsTrackerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTrackerFactory;
    MethodParameters:
                   Name  Flags
      collectorRegistry  

  public com.zaxxer.hikari.metrics.IMetricsTracker create(java.lang.String, com.zaxxer.hikari.metrics.PoolStats);
    descriptor: (Ljava/lang/String;Lcom/zaxxer/hikari/metrics/PoolStats;)Lcom/zaxxer/hikari/metrics/IMetricsTracker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCollectorRegistry 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.PrometheusHistogramMetricsTrackerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTrackerFactory;
    MethodParameters:
           Name  Flags
      poolName   
      poolStats  

  private com.zaxxer.hikari.metrics.prometheus.HikariCPCollector getCollector();
    descriptor: ()Lcom/zaxxer/hikari/metrics/prometheus/HikariCPCollector;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.zaxxer.hikari.metrics.prometheus.PrometheusHistogramMetricsTrackerFactory this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tCollectorRegistry 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.PrometheusHistogramMetricsTrackerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/zaxxer/hikari/metrics/prometheus/PrometheusHistogramMetricsTrackerFactory;
}
SourceFile: "PrometheusHistogramMetricsTrackerFactory.java"