public class com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault extends com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault
  super_class: com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher
{
  private static com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault INSTANCE;
    descriptor: Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherDefault;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 27
            new com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault
            dup
            invokespecial com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault.<init>:()V
            putstatic com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault.INSTANCE:Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherDefault;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher getInstance();
    descriptor: ()Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 30
            getstatic com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault.INSTANCE:Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherDefault;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault this
         0: .line 33
            aload 0 /* this */
            invokespecial com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher.<init>:()V
         1: .line 34
            return
        end local 0 // com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/netflix/hystrix/strategy/metrics/HystrixMetricsPublisherDefault;
}
SourceFile: "HystrixMetricsPublisherDefault.java"