Uses of Interface
org.jboss.resteasy.spi.interception.PostProcessInterceptor
-
Packages that use PostProcessInterceptor Package Description org.jboss.resteasy.core.interception -
-
Uses of PostProcessInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as PostProcessInterceptor Modifier and Type Field Description protected PostProcessInterceptorContainerResponseFilterRegistry.ContainerResponseFilterFacade. interceptorMethods in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptor Modifier and Type Method Description voidContainerResponseFilterRegistry. registerLegacy(PostProcessInterceptor interceptor)Method parameters in org.jboss.resteasy.core.interception with type arguments of type PostProcessInterceptor Modifier and Type Method Description voidContainerResponseFilterRegistry. registerLegacy(java.lang.Class<? extends PostProcessInterceptor> decl)Constructors in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptor Constructor Description ContainerResponseFilterFacade(PostProcessInterceptor interceptor)
-