Uses of Interface
jakarta.ws.rs.ext.WriterInterceptorContext
Packages that use WriterInterceptorContext
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of WriterInterceptorContext in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext with parameters of type WriterInterceptorContextModifier and TypeMethodDescriptionvoidWriterInterceptor.aroundWriteTo(WriterInterceptorContext context) -
Uses of WriterInterceptorContext in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement WriterInterceptorContextModifier and TypeClassDescriptionclassclassclass -
Uses of WriterInterceptorContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type WriterInterceptorContextModifier and TypeMethodDescriptionvoidClientContentEncodingAnnotationFilter.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 WriterInterceptorContextModifier and TypeMethodDescriptionvoidJackson2JsonpInterceptor.aroundWriteTo(WriterInterceptorContext context)