Uses of Interface
jakarta.ws.rs.ext.ReaderInterceptor
-
-
Uses of ReaderInterceptor in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return ReaderInterceptor Modifier and Type Method Description ReaderInterceptor[]ClientConfiguration. getReaderInterceptors(Class declaring, AccessibleObject target) -
Uses of ReaderInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ReaderInterceptor Modifier and Type Method Description protected ReaderInterceptor[]MessageBodyParameterInjector. getReaderInterceptors()Methods in org.jboss.resteasy.core that return types with arguments of type ReaderInterceptor Modifier and Type Method Description JaxrsInterceptorRegistry<ReaderInterceptor>ThreadLocalResteasyProviderFactory. getClientReaderInterceptorRegistry()JaxrsInterceptorRegistry<ReaderInterceptor>ThreadLocalResteasyProviderFactory. getServerReaderInterceptorRegistry() -
Uses of ReaderInterceptor in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as ReaderInterceptor Modifier and Type Field Description protected ReaderInterceptor[]AbstractReaderInterceptorContext. interceptorsMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type ReaderInterceptor Modifier and Type Method Description protected voidAbstractReaderInterceptorContext. traceAfter(ReaderInterceptor interceptor)protected voidAbstractReaderInterceptorContext. traceBefore(ReaderInterceptor interceptor) -
Uses of ReaderInterceptor in org.jboss.resteasy.core.messagebody
Constructors in org.jboss.resteasy.core.messagebody with parameters of type ReaderInterceptor Constructor Description ReaderUtility(ResteasyProviderFactory factory, ReaderInterceptor[] interceptors)Deprecated. -
Uses of ReaderInterceptor in org.jboss.resteasy.core.providerfactory
Fields in org.jboss.resteasy.core.providerfactory with type parameters of type ReaderInterceptor Modifier and Type Field Description protected JaxrsInterceptorRegistry<ReaderInterceptor>CommonProviders. readerInterceptorRegistry -
Uses of ReaderInterceptor in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement ReaderInterceptor Modifier and Type Class Description classGZIPDecodingInterceptor -
Uses of ReaderInterceptor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type ReaderInterceptor Modifier and Type Method Description abstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory. getClientReaderInterceptorRegistry()abstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory. getServerReaderInterceptorRegistry()
-