Uses of Interface
jakarta.ws.rs.ext.ReaderInterceptorContext
Packages that use ReaderInterceptorContext
Package
Description
APIs that provide extensions to the types supported by the JAX-RS API.
-
Uses of ReaderInterceptorContext in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext with parameters of type ReaderInterceptorContextModifier and TypeMethodDescriptionReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context) -
Uses of ReaderInterceptorContext in org.jboss.resteasy.core.interception.jaxrs
Classes in org.jboss.resteasy.core.interception.jaxrs that implement ReaderInterceptorContextModifier and TypeClassDescriptionclassclassclass -
Uses of ReaderInterceptorContext in org.jboss.resteasy.plugins.interceptors
Methods in org.jboss.resteasy.plugins.interceptors with parameters of type ReaderInterceptorContextModifier and TypeMethodDescriptionGZIPDecodingInterceptor.aroundReadFrom(ReaderInterceptorContext context)