Uses of Interface
org.jboss.resteasy.spi.interception.PostProcessInterceptor
Packages that use PostProcessInterceptor
-
Uses of PostProcessInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as PostProcessInterceptorModifier and TypeFieldDescriptionprotected final PostProcessInterceptor
ContainerResponseFilterRegistry.ContainerResponseFilterFacade.interceptor
Methods in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptorModifier and TypeMethodDescriptionvoid
ContainerResponseFilterRegistry.registerLegacy
(PostProcessInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type PostProcessInterceptorModifier and TypeMethodDescriptionvoid
ContainerResponseFilterRegistry.registerLegacy
(Class<? extends PostProcessInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptorModifierConstructorDescriptionprivate
ContainerResponseFilterFacade
(PostProcessInterceptor interceptor)