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 PostProcessInterceptorContainerResponseFilterRegistry.ContainerResponseFilterFacade.interceptorMethods in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptorModifier and TypeMethodDescriptionvoidContainerResponseFilterRegistry.registerLegacy(PostProcessInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type PostProcessInterceptorModifier and TypeMethodDescriptionvoidContainerResponseFilterRegistry.registerLegacy(Class<? extends PostProcessInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptorModifierConstructorDescriptionprivateContainerResponseFilterFacade(PostProcessInterceptor interceptor)