public class org.jboss.resteasy.statistics.StatisticsControllerImpl implements org.jboss.resteasy.spi.statistics.StatisticsController
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.statistics.StatisticsControllerImpl
  super_class: java.lang.Object
{
  public static final org.jboss.resteasy.spi.statistics.MethodStatisticsLogger EMPTY;
    descriptor: Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  boolean isEnabled;
    descriptor: Z
    flags: (0x0000) 

  java.util.List<org.jboss.resteasy.spi.ResourceInvoker> registry;
    descriptor: Ljava/util/List;
    flags: (0x0000) 
    Signature: Ljava/util/List<Lorg/jboss/resteasy/spi/ResourceInvoker;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 13
            new org.jboss.resteasy.statistics.StatisticsControllerImpl$1
            dup
            invokespecial org.jboss.resteasy.statistics.StatisticsControllerImpl$1.<init>:()V
            putstatic org.jboss.resteasy.statistics.StatisticsControllerImpl.EMPTY:Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
         1: .line 15
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
         0: .line 10
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 17
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.statistics.StatisticsControllerImpl.isEnabled:Z
         2: .line 18
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.jboss.resteasy.statistics.StatisticsControllerImpl.registry:Ljava/util/List;
         3: .line 10
            return
        end local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/jboss/resteasy/statistics/StatisticsControllerImpl;

  public void register(org.jboss.resteasy.spi.ResourceInvoker);
    descriptor: (Lorg/jboss/resteasy/spi/ResourceInvoker;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
        start local 1 // org.jboss.resteasy.spi.ResourceInvoker invoker
         0: .line 22
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.isEnabled:Z
            ifeq 2
         1: .line 23
            aload 1 /* invoker */
            new org.jboss.resteasy.statistics.MethodStatisticsLoggerImpl
            dup
            invokespecial org.jboss.resteasy.statistics.MethodStatisticsLoggerImpl.<init>:()V
            invokeinterface org.jboss.resteasy.spi.ResourceInvoker.setMethodStatisticsLogger:(Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;)V
         2: .line 25
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.registry:Ljava/util/List;
            aload 1 /* invoker */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         3: .line 26
            return
        end local 1 // org.jboss.resteasy.spi.ResourceInvoker invoker
        end local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jboss/resteasy/statistics/StatisticsControllerImpl;
            0    4     1  invoker  Lorg/jboss/resteasy/spi/ResourceInvoker;
    MethodParameters:
         Name  Flags
      invoker  

  public void setEnabled(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
        start local 1 // boolean b
         0: .line 30
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.isEnabled:Z
            iload 1 /* b */
            if_icmpne 2
         1: .line 32
            return
         2: .line 35
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* b */
            putfield org.jboss.resteasy.statistics.StatisticsControllerImpl.isEnabled:Z
         3: .line 36
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.isEnabled:Z
            ifeq 9
         4: .line 37
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.registry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 7
      StackMap locals: org.jboss.resteasy.statistics.StatisticsControllerImpl int top java.util.Iterator
      StackMap stack:
         5: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.spi.ResourceInvoker
            astore 2 /* invoker */
        start local 2 // org.jboss.resteasy.spi.ResourceInvoker invoker
         6: .line 38
            aload 2 /* invoker */
            new org.jboss.resteasy.statistics.MethodStatisticsLoggerImpl
            dup
            invokespecial org.jboss.resteasy.statistics.MethodStatisticsLoggerImpl.<init>:()V
            invokeinterface org.jboss.resteasy.spi.ResourceInvoker.setMethodStatisticsLogger:(Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;)V
        end local 2 // org.jboss.resteasy.spi.ResourceInvoker invoker
         7: .line 37
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 40
            goto 13
         9: .line 41
      StackMap locals: org.jboss.resteasy.statistics.StatisticsControllerImpl int
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.registry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 12
      StackMap locals: org.jboss.resteasy.statistics.StatisticsControllerImpl int top java.util.Iterator
      StackMap stack:
        10: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.spi.ResourceInvoker
            astore 2 /* invoker */
        start local 2 // org.jboss.resteasy.spi.ResourceInvoker invoker
        11: .line 42
            aload 2 /* invoker */
            getstatic org.jboss.resteasy.statistics.StatisticsControllerImpl.EMPTY:Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
            invokeinterface org.jboss.resteasy.spi.ResourceInvoker.setMethodStatisticsLogger:(Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;)V
        end local 2 // org.jboss.resteasy.spi.ResourceInvoker invoker
        12: .line 41
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 10
        13: .line 45
      StackMap locals: org.jboss.resteasy.statistics.StatisticsControllerImpl int
      StackMap stack:
            return
        end local 1 // boolean b
        end local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   14     0     this  Lorg/jboss/resteasy/statistics/StatisticsControllerImpl;
            0   14     1        b  Z
            6    7     2  invoker  Lorg/jboss/resteasy/spi/ResourceInvoker;
           11   12     2  invoker  Lorg/jboss/resteasy/spi/ResourceInvoker;
    MethodParameters:
      Name  Flags
      b     

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
         0: .line 49
            aload 0 /* this */
            getfield org.jboss.resteasy.statistics.StatisticsControllerImpl.registry:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2
            goto 3
      StackMap locals: org.jboss.resteasy.statistics.StatisticsControllerImpl top java.util.Iterator
      StackMap stack:
         1: aload 2
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jboss.resteasy.spi.ResourceInvoker
            astore 1 /* invoker */
        start local 1 // org.jboss.resteasy.spi.ResourceInvoker invoker
         2: .line 50
            aload 1 /* invoker */
            invokeinterface org.jboss.resteasy.spi.ResourceInvoker.getMethodStatisticsLogger:()Lorg/jboss/resteasy/spi/statistics/MethodStatisticsLogger;
            invokeinterface org.jboss.resteasy.spi.statistics.MethodStatisticsLogger.reset:()V
        end local 1 // org.jboss.resteasy.spi.ResourceInvoker invoker
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 2
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 52
            return
        end local 0 // org.jboss.resteasy.statistics.StatisticsControllerImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jboss/resteasy/statistics/StatisticsControllerImpl;
            2    3     1  invoker  Lorg/jboss/resteasy/spi/ResourceInvoker;
}
SourceFile: "StatisticsControllerImpl.java"
NestMembers:
  org.jboss.resteasy.statistics.StatisticsControllerImpl$1
InnerClasses:
  org.jboss.resteasy.statistics.StatisticsControllerImpl$1