public class org.jboss.resteasy.mock.MockDispatcherFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.mock.MockDispatcherFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.mock.MockDispatcherFactory this
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jboss.resteasy.mock.MockDispatcherFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/mock/MockDispatcherFactory;

  public static org.jboss.resteasy.core.Dispatcher createDispatcher();
    descriptor: ()Lorg/jboss/resteasy/core/Dispatcher;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=0
         0: .line 19
            new org.jboss.resteasy.core.SynchronousDispatcher
            dup
            new org.jboss.resteasy.spi.ResteasyProviderFactory
            dup
            invokespecial org.jboss.resteasy.spi.ResteasyProviderFactory.<init>:()V
            invokespecial org.jboss.resteasy.core.SynchronousDispatcher.<init>:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
            astore 0 /* dispatcher */
        start local 0 // org.jboss.resteasy.core.Dispatcher dispatcher
         1: .line 20
            aload 0 /* dispatcher */
            invokeinterface org.jboss.resteasy.core.Dispatcher.getProviderFactory:()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.setInstance:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
         2: .line 21
            aload 0 /* dispatcher */
            invokeinterface org.jboss.resteasy.core.Dispatcher.getProviderFactory:()Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            invokestatic org.jboss.resteasy.plugins.providers.RegisterBuiltin.register:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
         3: .line 22
            aload 0 /* dispatcher */
            areturn
        end local 0 // org.jboss.resteasy.core.Dispatcher dispatcher
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            1    4     0  dispatcher  Lorg/jboss/resteasy/core/Dispatcher;
}
SourceFile: "MockDispatcherFactory.java"