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 PostProcessInterceptor
ContainerResponseFilterRegistry.ContainerResponseFilterFacade. interceptor
Methods in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptor Modifier and Type Method Description void
ContainerResponseFilterRegistry. registerLegacy(PostProcessInterceptor interceptor)
Method parameters in org.jboss.resteasy.core.interception with type arguments of type PostProcessInterceptor Modifier and Type Method Description void
ContainerResponseFilterRegistry. registerLegacy(java.lang.Class<? extends PostProcessInterceptor> decl)
Constructors in org.jboss.resteasy.core.interception with parameters of type PostProcessInterceptor Constructor Description ContainerResponseFilterFacade(PostProcessInterceptor interceptor)
-