public class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match
  super_class: java.lang.Object
{
  public final java.lang.Object interceptor;
    descriptor: Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int order;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match this
        start local 1 // java.lang.Object interceptor
        start local 2 // int order
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* interceptor */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.interceptor:Ljava/lang/Object;
         2: .line 35
            aload 0 /* this */
            iload 2 /* order */
            putfield org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match.order:I
         3: .line 36
            return
        end local 2 // int order
        end local 1 // java.lang.Object interceptor
        end local 0 // org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
            0    4     1  interceptor  Ljava/lang/Object;
            0    4     2        order  I
    MethodParameters:
             Name  Flags
      interceptor  
      order        
}
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  public Match = org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match of org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry