class org.jboss.resteasy.plugins.providers.RegisterBuiltin$1 extends org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jboss.resteasy.plugins.providers.RegisterBuiltin$1
  super_class: org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl
{
  void <init>(javax.ws.rs.RuntimeType);
    descriptor: (Ljavax/ws/rs/RuntimeType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.plugins.providers.RegisterBuiltin$1 this
        start local 1 // javax.ws.rs.RuntimeType $anonymous0
         0: .line 46
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.jboss.resteasy.core.providerfactory.ResteasyProviderFactoryImpl.<init>:(Ljavax/ws/rs/RuntimeType;)V
            return
        end local 1 // javax.ws.rs.RuntimeType $anonymous0
        end local 0 // org.jboss.resteasy.plugins.providers.RegisterBuiltin$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/jboss/resteasy/plugins/providers/RegisterBuiltin$1;
            0    1     1  $anonymous0  Ljavax/ws/rs/RuntimeType;
    MethodParameters:
             Name  Flags
      $anonymous0  

  public javax.ws.rs.RuntimeType getRuntimeType();
    descriptor: ()Ljavax/ws/rs/RuntimeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.plugins.providers.RegisterBuiltin$1 this
         0: .line 50
            getstatic javax.ws.rs.RuntimeType.CLIENT:Ljavax/ws/rs/RuntimeType;
            areturn
        end local 0 // org.jboss.resteasy.plugins.providers.RegisterBuiltin$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/plugins/providers/RegisterBuiltin$1;
}
SourceFile: "RegisterBuiltin.java"
EnclosingMethod: org.jboss.resteasy.plugins.providers.RegisterBuiltin.getClientInitializedResteasyProviderFactory:(Ljava/lang/ClassLoader;)Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
NestHost: org.jboss.resteasy.plugins.providers.RegisterBuiltin
InnerClasses:
  org.jboss.resteasy.plugins.providers.RegisterBuiltin$1