Uses of Interface
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.InterceptorFactory
-
Packages that use JaxrsInterceptorRegistry.InterceptorFactory Package Description org.jboss.resteasy.core.interception -
-
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core.interception
Classes in org.jboss.resteasy.core.interception that implement JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Class Description classJaxrsInterceptorRegistry.AbstractInterceptorFactoryclassJaxrsInterceptorRegistry.AbstractLegacyInterceptorFactoryprotected classJaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactoryprotected classJaxrsInterceptorRegistry.LegacySingletonInterceptorFactoryprotected classJaxrsInterceptorRegistry.OnDemandInterceptorFactoryprotected classJaxrsInterceptorRegistry.SingletonInterceptorFactoryFields in org.jboss.resteasy.core.interception with type parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Field Description protected java.util.List<JaxrsInterceptorRegistry.InterceptorFactory>JaxrsInterceptorRegistry. interceptorsMethods in org.jboss.resteasy.core.interception with parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Method Description voidJaxrsInterceptorRegistry. register(JaxrsInterceptorRegistry.InterceptorFactory factory)
-