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.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
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.glassfish.jersey
Methods in org.glassfish.jersey with parameters of type WriterInterceptorContext Modifier and Type Method Description static org.glassfish.jersey.internal.inject.InjectionManagerInjectionManagerProvider. getInjectionManager(WriterInterceptorContext writerInterceptorContext)Extract and return injection manager fromwriterInterceptorContext. -
Uses of WriterInterceptorContext in org.glassfish.jersey.message.internal
Classes in org.glassfish.jersey.message.internal that implement WriterInterceptorContext Modifier and Type Class Description classWriterInterceptorExecutorRepresents writer interceptor chain executor for both client and server side. -
Uses of WriterInterceptorContext in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal with parameters of type WriterInterceptorContext Modifier and Type Method Description voidJsonWithPaddingInterceptor. aroundWriteTo(WriterInterceptorContext context)voidMappableExceptionWrapperInterceptor. aroundWriteTo(WriterInterceptorContext context) -
Uses of WriterInterceptorContext in org.glassfish.jersey.spi
Methods in org.glassfish.jersey.spi with parameters of type WriterInterceptorContext Modifier and Type Method Description voidContentEncoder. aroundWriteTo(WriterInterceptorContext context)
-