public abstract class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory extends org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory
  super_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory
{
  protected org.jboss.resteasy.core.interception.LegacyPrecedence precedence;
    descriptor: Lorg/jboss/resteasy/core/interception/LegacyPrecedence;
    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

  protected void <init>(org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry, java.lang.Class, org.jboss.resteasy.core.interception.LegacyPrecedence);
    descriptor: (Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;Lorg/jboss/resteasy/core/interception/LegacyPrecedence;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
        start local 2 // java.lang.Class declaring
        start local 3 // org.jboss.resteasy.core.interception.LegacyPrecedence precedence
         0: .line 250
            aload 0 /* this */
            aload 1
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.this$0:Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;
         1: .line 251
            aload 0 /* this */
            aload 1
            aload 2 /* declaring */
            invokespecial org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractInterceptorFactory.<init>:(Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry;Ljava/lang/Class;)V
         2: .line 252
            aload 0 /* this */
            aload 3 /* precedence */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.precedence:Lorg/jboss/resteasy/core/interception/LegacyPrecedence;
         3: .line 253
            return
        end local 3 // org.jboss.resteasy.core.interception.LegacyPrecedence precedence
        end local 2 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory;
            0    4     2   declaring  Ljava/lang/Class;
            0    4     3  precedence  Lorg/jboss/resteasy/core/interception/LegacyPrecedence;
    MethodParameters:
            Name  Flags
      this$0      final
      declaring   
      precedence  

  protected void setPrecedence(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
        start local 1 // java.lang.Class declaring
         0: .line 258
            aload 0 /* this */
            aload 0 /* this */
            getfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.precedence:Lorg/jboss/resteasy/core/interception/LegacyPrecedence;
            aload 1 /* declaring */
            invokevirtual org.jboss.resteasy.core.interception.LegacyPrecedence.calculateOrder:(Ljava/lang/Class;)I
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.order:I
         1: .line 259
            return
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory;
            0    2     1  declaring  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
           Name  Flags
      declaring  

  public org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match preMatch();
    descriptor: ()Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
         0: .line 264
            aconst_null
            areturn
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory;

  public java.lang.Object getLegacyMatch(java.lang.Class, java.lang.reflect.AccessibleObject);
    descriptor: (Ljava/lang/Class;Ljava/lang/reflect/AccessibleObject;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
        start local 1 // java.lang.Class declaring
        start local 2 // java.lang.reflect.AccessibleObject target
         0: .line 269
            aload 0 /* this */
            invokevirtual org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory.getInterceptor:()Ljava/lang/Object;
            astore 3 /* interceptor */
        start local 3 // java.lang.Object interceptor
         1: .line 270
            aload 3 /* interceptor */
            instanceof org.jboss.resteasy.spi.interception.AcceptedByMethod
            ifeq 8
         2: .line 272
            aload 2 /* target */
            ifnull 3
            aload 2 /* target */
            instanceof java.lang.reflect.Method
            ifne 4
      StackMap locals: java.lang.Object
      StackMap stack:
         3: aconst_null
            areturn
         4: .line 273
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            checkcast java.lang.reflect.Method
            astore 4 /* method */
        start local 4 // java.lang.reflect.Method method
         5: .line 274
            aload 3 /* interceptor */
            checkcast org.jboss.resteasy.spi.interception.AcceptedByMethod
            aload 1 /* declaring */
            aload 4 /* method */
            invokeinterface org.jboss.resteasy.spi.interception.AcceptedByMethod.accept:(Ljava/lang/Class;Ljava/lang/reflect/Method;)Z
            ifeq 7
         6: .line 276
            aload 3 /* interceptor */
            areturn
         7: .line 279
      StackMap locals: java.lang.reflect.Method
      StackMap stack:
            aconst_null
            areturn
        end local 4 // java.lang.reflect.Method method
         8: .line 282
      StackMap locals:
      StackMap stack:
            aload 3 /* interceptor */
            areturn
        end local 3 // java.lang.Object interceptor
        end local 2 // java.lang.reflect.AccessibleObject target
        end local 1 // java.lang.Class declaring
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory;
            0    9     1    declaring  Ljava/lang/Class;
            0    9     2       target  Ljava/lang/reflect/AccessibleObject;
            1    9     3  interceptor  Ljava/lang/Object;
            5    8     4       method  Ljava/lang/reflect/Method;
    MethodParameters:
           Name  Flags
      declaring  
      target     
}
Signature: Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry<TT;>.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 AbstractLegacyInterceptorFactory = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$AbstractLegacyInterceptorFactory of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
  public Match = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry