Uses of Interface
org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry.InterceptorFactory
-
Packages that use JaxrsInterceptorRegistry.InterceptorFactory Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.spi.interception -
-
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core with parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Method Description voidMessageBodyParameterInjector. registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)voidResourceMethodInvoker. registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory) -
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Class Description classJaxrsInterceptorRegistryImpl.AbstractInterceptorFactoryprotected classJaxrsInterceptorRegistryImpl.OnDemandInterceptorFactoryprotected classJaxrsInterceptorRegistryImpl.SingletonInterceptorFactoryFields in org.jboss.resteasy.core.interception.jaxrs with type parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Field Description protected List<JaxrsInterceptorRegistry.InterceptorFactory>JaxrsInterceptorRegistryImpl. interceptorsMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Method Description voidJaxrsInterceptorRegistryImpl. register(JaxrsInterceptorRegistry.InterceptorFactory factory) -
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception with parameters of type JaxrsInterceptorRegistry.InterceptorFactory Modifier and Type Method Description voidJaxrsInterceptorRegistry. register(JaxrsInterceptorRegistry.InterceptorFactory factory)voidJaxrsInterceptorRegistryListener. registryUpdated(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)
-