Class InterceptorRegistry.SingletonInterceptorFactory

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

protected class InterceptorRegistry.SingletonInterceptorFactory extends InterceptorRegistry<T>.AbstractInterceptorFactory
  • Field Details

    • interceptor

      private Object interceptor
  • Constructor Details

    • SingletonInterceptorFactory

      public SingletonInterceptorFactory(Object interceptor)
  • Method Details