public abstract class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory implements org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$InterceptorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory
  super_class: java.lang.Object
{
  protected final java.lang.Class declaring;
    descriptor: Ljava/lang/Class;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected int order;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> nameBound;
    descriptor: Ljava/util/List;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/util/List<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;>;

  protected volatile boolean initialized;
    descriptor: Z
    flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE

  protected boolean ignorePrematch;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  final org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry this$0;
    descriptor: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry, java.lang.Class);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
        start local 2 // java.lang.Class declaring
         0: .line 78
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
         1: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         2: .line 72
            aload 0 /* this */
            sipush 5000
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
         3: .line 79
            aload 0 /* this */
            aload 1
            aload 2 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.getNonSyntheticClass:(Ljava/lang/Class;)Ljava/lang/Class;
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.declaring:Ljava/lang/Class;
         4: .line 80
            return
        end local 2 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            0    5     2  declaring  Ljava/lang/Class;
    MethodParameters:
           Name  Flags
      this$0     final
      declaring  

  protected void setPrecedence(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
        start local 1 // java.lang.Class declaring
         0: .line 84
            aload 0 /* this */
            aload 1 /* declaring */
            invokestatic org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.getNameBound:(Ljava/lang/Class;)Ljava/util/List;
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.nameBound:Ljava/util/List;
         1: .line 85
            aload 0 /* this */
            aload 1 /* declaring */
            invokestatic org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.getPriority:(Ljava/lang/Class;)I
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
         2: .line 86
            return
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            0    3     1  declaring  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      declaring  

  protected abstract void initialize();
    descriptor: ()V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected abstract java.lang.Object getInterceptor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT

  protected void checkInitialize();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
         0: .line 94
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.initialized:Z
            istore 1 /* isInitialized */
        start local 1 // boolean isInitialized
         1: .line 95
            iload 1 /* isInitialized */
            ifne 12
         2: .line 97
            aload 0 /* this */
            dup
            astore 2
            monitorenter
         3: .line 99
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.initialized:Z
            istore 1 /* isInitialized */
         4: .line 100
            iload 1 /* isInitialized */
            ifeq 6
            aload 2
            monitorexit
         5: return
         6: .line 101
      StackMap locals: int org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory
      StackMap stack:
            aload 0 /* this */
            iconst_1
            dup_x1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.initialized:Z
            istore 1 /* isInitialized */
         7: .line 102
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.initialize:()V
         8: .line 97
            aload 2
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 2
            monitorexit
        11: athrow
        12: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean isInitialized
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            1   13     1  isInitialized  Z
      Exception table:
        from    to  target  type
           3     5      10  any
           6     9      10  any
          10    11      10  any

  public void setOrder(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
        start local 1 // int order
         0: .line 109
            aload 0 /* this */
            iload 1 /* order */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
         1: .line 110
            return
        end local 1 // int order
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            0    2     1  order  I
    MethodParameters:
       Name  Flags
      order  

  public void setIgnorePrematch(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
        start local 1 // boolean ignorePrematch
         0: .line 114
            aload 0 /* this */
            iload 1 /* ignorePrematch */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.ignorePrematch:Z
         1: .line 115
            return
        end local 1 // boolean ignorePrematch
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            0    2     1  ignorePrematch  Z
    MethodParameters:
                Name  Flags
      ignorePrematch  

  public org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match preMatch();
    descriptor: ()Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
         0: .line 120
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.declaring:Ljava/lang/Class;
            ldc Ljavax/ws/rs/container/PreMatching;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 1
            new org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            dup
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.getInterceptor:()Ljava/lang/Object;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.<init>:(Ljava/lang/Object;I)V
            areturn
         1: .line 121
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;

  public org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match postMatch(java.lang.Class, java.lang.reflect.AccessibleObject);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/AccessibleObject;)Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
        start local 1 // java.lang.Class targetClass
        start local 2 // java.lang.reflect.AccessibleObject target
         0: .line 127
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.ignorePrematch:Z
            ifne 1
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.declaring:Ljava/lang/Class;
            ldc Ljavax/ws/rs/container/PreMatching;
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifeq 1
            aconst_null
            areturn
         1: .line 128
      StackMap locals:
      StackMap stack:
            aload 1 /* targetClass */
            ifnull 19
            aload 2 /* target */
            ifnull 19
         2: .line 130
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.nameBound:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifle 15
         3: .line 132
            ldc Ljavax/ws/rs/core/Application;
            invokestatic org.jboss.resteasy.spi.ResteasyProviderFactory.getContextData:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast javax.ws.rs.core.Application
            astore 3 /* application */
        start local 3 // javax.ws.rs.core.Application application
         4: .line 134
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.nameBound:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 10
      StackMap locals: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory java.lang.Class java.lang.reflect.AccessibleObject javax.ws.rs.core.Application top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Class
            astore 4 /* annotation */
        start local 4 // java.lang.Class annotation
         6: .line 136
            aload 1 /* targetClass */
            aload 4 /* annotation */
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 10
         7: .line 137
            aload 2 /* target */
            aload 4 /* annotation */
            invokevirtual java.lang.reflect.AccessibleObject.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 10
         8: .line 138
            aload 3 /* application */
            ifnull 9
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
            aload 3 /* application */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.getNonSyntheticClass:(Ljava/lang/Class;)Ljava/lang/Class;
            aload 4 /* annotation */
            invokevirtual java.lang.Class.isAnnotationPresent:(Ljava/lang/Class;)Z
            ifne 10
         9: .line 140
      StackMap locals: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory java.lang.Class java.lang.reflect.AccessibleObject javax.ws.rs.core.Application java.lang.Class java.util.Iterator
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.lang.Class annotation
        10: .line 134
      StackMap locals: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory java.lang.Class java.lang.reflect.AccessibleObject javax.ws.rs.core.Application top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
        11: .line 144
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.getInterceptor:()Ljava/lang/Object;
            astore 4 /* intercept */
        start local 4 // java.lang.Object intercept
        12: .line 145
            aload 4 /* intercept */
            ifnonnull 14
        13: .line 146
            new java.lang.NullPointerException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.interceptorNullFromClass:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 147
      StackMap locals: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory java.lang.Class java.lang.reflect.AccessibleObject javax.ws.rs.core.Application java.lang.Object
      StackMap stack:
            new org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            dup
            aload 4 /* intercept */
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.<init>:(Ljava/lang/Object;I)V
            areturn
        end local 4 // java.lang.Object intercept
        end local 3 // javax.ws.rs.core.Application application
        15: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.getInterceptor:()Ljava/lang/Object;
            astore 3 /* intercept */
        start local 3 // java.lang.Object intercept
        16: .line 152
            aload 3 /* intercept */
            ifnonnull 18
        17: .line 153
            new java.lang.NullPointerException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.interceptorNullFromClass:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 154
      StackMap locals: java.lang.Object
      StackMap stack:
            new org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            dup
            aload 3 /* intercept */
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.<init>:(Ljava/lang/Object;I)V
            areturn
        end local 3 // java.lang.Object intercept
        19: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.nameBound:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            ifne 24
        20: .line 158
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.getInterceptor:()Ljava/lang/Object;
            astore 3 /* intercept */
        start local 3 // java.lang.Object intercept
        21: .line 159
            aload 3 /* intercept */
            ifnonnull 23
        22: .line 160
            new java.lang.NullPointerException
            dup
            getstatic org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.MESSAGES:Lorg/jboss/resteasy/resteasy_jaxrs/i18n/Messages;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokeinterface org.jboss.resteasy.resteasy_jaxrs.i18n.Messages.interceptorNullFromClass:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
        23: .line 161
      StackMap locals: java.lang.Object
      StackMap stack:
            new org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
            dup
            aload 3 /* intercept */
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.order:I
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.<init>:(Ljava/lang/Object;I)V
            areturn
        end local 3 // java.lang.Object intercept
        24: .line 164
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // java.lang.reflect.AccessibleObject target
        end local 1 // java.lang.Class targetClass
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   25     0         this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
            0   25     1  targetClass  Ljava/lang/Class;
            0   25     2       target  Ljava/lang/reflect/AccessibleObject;
            4   15     3  application  Ljavax/ws/rs/core/Application;
            6   10     4   annotation  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
           12   15     4    intercept  Ljava/lang/Object;
           16   19     3    intercept  Ljava/lang/Object;
           21   24     3    intercept  Ljava/lang/Object;
    MethodParameters:
             Name  Flags
      targetClass  
      target       

  protected java.lang.Object createInterceptor();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
         0: .line 170
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.providerFactory:Lorg/jboss/resteasy/spi/ResteasyProviderFactory;
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.declaring:Ljava/lang/Class;
            invokevirtual org.jboss.resteasy.spi.ResteasyProviderFactory.injectedInstance:(Ljava/lang/Class;)Ljava/lang/Object;
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractInterceptorFactory;
}
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  public abstract AbstractInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  public abstract InterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$InterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  public Match = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry