Uses of Interface
jakarta.ws.rs.ext.WriterInterceptorContext
-
Packages that use WriterInterceptorContext Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.jboss.resteasy.core.interception.jaxrs org.jboss.resteasy.plugins.interceptors org.jboss.resteasy.plugins.providers.jackson -
-
Uses of WriterInterceptorContext in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext with parameters of type WriterInterceptorContext Modifier and Type Method Description voidWriterInterceptor. aroundWriteTo(WriterInterceptorContext context) -
Uses of WriterInterceptorContext in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement WriterInterceptorContext Modifier and Type Class Description classAbstractWriterInterceptorContextclassClientWriterInterceptorContextclassServerWriterInterceptorContext -
Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type WriterInterceptorContext Modifier and Type Method Description voidClientContentEncodingAnnotationFilter. aroundWriteTo(WriterInterceptorContext context)voidGZIPEncodingInterceptor. aroundWriteTo(WriterInterceptorContext context)voidServerContentEncodingAnnotationFilter. aroundWriteTo(WriterInterceptorContext context) -
Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.providers.jackson
Methods in org.jboss.resteasy.plugins.providers.jackson with parameters of type WriterInterceptorContext Modifier and Type Method Description voidJackson2JsonpInterceptor. aroundWriteTo(WriterInterceptorContext context)
-