public class org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry extends org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry
  super_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
{
  public void <init>(org.jboss.resteasy.spi.ResteasyProviderFactory);
    descriptor: (Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
        start local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
         0: .line 19
            aload 0 /* this */
            aload 1 /* providerFactory */
            ldc Ljavax/ws/rs/client/ClientRequestFilter;
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.<init>:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;Ljava/lang/Class;)V
         1: .line 20
            return
        end local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory providerFactory
        end local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            0    2     1  providerFactory  Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
    MethodParameters:
                 Name  Flags
      providerFactory  

  public synchronized void registerClass(java.lang.Class<? extends javax.ws.rs.client.ClientRequestFilter>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
        start local 1 // java.lang.Class declaring
         0: .line 25
            aload 0 /* this */
            aload 1 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.checkPreMaching:(Ljava/lang/Class;)V
         1: .line 26
            new org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* declaring */
            invokespecial org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$1.<init>:(Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
            astore 2 /* factory */
        start local 2 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory factory
         2: .line 34
            aload 2 /* factory */
            iconst_1
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.setIgnorePrematch:(Z)V
         3: .line 35
            aload 0 /* this */
            aload 2 /* factory */
            invokevirtual org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.register:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$InterceptorFactory;)V
         4: .line 36
            return
        end local 2 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory factory
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            0    5     1  declaring  Ljava/lang/Class<+Ljavax/ws/rs/client/ClientRequestFilter;>;
            2    5     2    factory  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<Ljavax/ws/rs/client/ClientRequestFilter;>.OnDemandInterceptorFactory;
    Signature: (Ljava/lang/Class<+Ljavax/ws/rs/client/ClientRequestFilter;>;)V
    MethodParameters:
           Name  Flags
      declaring  

  public synchronized void registerClass(java.lang.Class<? extends javax.ws.rs.client.ClientRequestFilter>, );
    descriptor: (Ljava/lang/Class;I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
        start local 1 // java.lang.Class declaring
        start local 2 // int priority
         0: .line 41
            aload 0 /* this */
            aload 1 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.checkPreMaching:(Ljava/lang/Class;)V
         1: .line 42
            new org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$2
            dup
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* declaring */
            invokespecial org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$2.<init>:(Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
            astore 3 /* factory */
        start local 3 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory factory
         2: .line 50
            aload 3 /* factory */
            iconst_1
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.setIgnorePrematch:(Z)V
         3: .line 51
            aload 3 /* factory */
            iload 2 /* priority */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory.setOrder:(I)V
         4: .line 52
            aload 0 /* this */
            aload 3 /* factory */
            invokevirtual org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.register:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$InterceptorFactory;)V
         5: .line 53
            return
        end local 3 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory factory
        end local 2 // int priority
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            0    6     1  declaring  Ljava/lang/Class<+Ljavax/ws/rs/client/ClientRequestFilter;>;
            0    6     2   priority  I
            2    6     3    factory  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<Ljavax/ws/rs/client/ClientRequestFilter;>.OnDemandInterceptorFactory;
    Signature: (Ljava/lang/Class<+Ljavax/ws/rs/client/ClientRequestFilter;>;I)V
    MethodParameters:
           Name  Flags
      declaring  
      priority   

  private void checkPreMaching(java.lang.Class);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
        start local 1 // java.lang.Class declaring
         0: .line 56
            aload 1 /* declaring */
            ldc Ljavax/ws/rs/container/PreMatching;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 2
         1: .line 57
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.LOGGER:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/LogMessages;
            aload 1 /* declaring */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages.warningPreMatchingSupport:(Ljava/lang/String;)V
         2: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            0    3     1  declaring  Ljava/lang/Class;
    MethodParameters:
           Name  Flags
      declaring  

  public org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry clone(org.jboss.resteasy.spi.ResteasyProviderFactory);
    descriptor: (Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
        start local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory factory
         0: .line 64
            new org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry
            dup
            aload 1 /* factory */
            invokespecial org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.<init>:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)V
            astore 2 /* clone */
        start local 2 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry clone
         1: .line 65
            aload 2 /* clone */
            getfield org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.interceptors:Ljava/util/List;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.interceptors:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 66
            aload 2 /* clone */
            areturn
        end local 2 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry clone
        end local 1 // org.jboss.resteasy.spi.ResteasyProviderFactory factory
        end local 0 // org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            0    3     1  factory  Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            1    3     2    clone  Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
    MethodParameters:
         Name  Flags
      factory  

  public org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry clone(org.jboss.resteasy.spi.ResteasyProviderFactory);
    descriptor: (Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry.clone:(Lorg/jboss/resteasy/spi/ResteasyProviderFactory;)Lorg/jboss/resteasy/core/interception/jaxrs/ClientRequestFilterRegistry;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<Ljavax/ws/rs/client/ClientRequestFilter;>;
SourceFile: "ClientRequestFilterRegistry.java"
NestMembers:
  org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$1  org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$2
InnerClasses:
  public abstract InterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$InterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  protected OnDemandInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$OnDemandInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$1
  org.jboss.resteasy.core.interception.jaxrs.ClientRequestFilterRegistry$2