Uses of Interface
org.jboss.resteasy.spi.interception.PreProcessInterceptor
Packages that use PreProcessInterceptor
-
Uses of PreProcessInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as PreProcessInterceptorModifier and TypeFieldDescriptionprotected final PreProcessInterceptorContainerRequestFilterRegistry.ContainerRequestFilterFacade.interceptorMethods in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptorModifier and TypeMethodDescriptionvoidContainerRequestFilterRegistry.registerLegacy(PreProcessInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type PreProcessInterceptorModifier and TypeMethodDescriptionvoidContainerRequestFilterRegistry.registerLegacy(Class<? extends PreProcessInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptorModifierConstructorDescriptionprivateContainerRequestFilterFacade(PreProcessInterceptor interceptor)