public interface org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$InterceptorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$InterceptorFactory
  super_class: java.lang.Object
{
  public abstract org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry$Match preMatch();
    descriptor: ()Lorg/jboss/resteasy/core/interception/JaxrsInterceptorRegistry$Match;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract 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: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      declaring  
      target     
}
SourceFile: "JaxrsInterceptorRegistry.java"
NestHost: org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
InnerClasses:
  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