Class InterceptorRegistry.AbstractInterceptorFactory

java.lang.Object
org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
Direct Known Subclasses:
InterceptorRegistry.PerMethodInterceptorFactory, InterceptorRegistry.SingletonInterceptorFactory
Enclosing class:
InterceptorRegistry<T>

protected abstract class InterceptorRegistry.AbstractInterceptorFactory extends Object implements InterceptorRegistry.InterceptorFactory
  • Field Details

    • precedence

      protected String precedence
    • order

      protected int order
  • Constructor Details

    • AbstractInterceptorFactory

      protected AbstractInterceptorFactory()
  • Method Details