Uses of Interface
jakarta.ws.rs.ext.ReaderInterceptor
Packages that use ReaderInterceptor
Package
Description
-
Uses of ReaderInterceptor in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return ReaderInterceptorModifier and TypeMethodDescriptionClientConfiguration.getReaderInterceptors(Class declaring, AccessibleObject target) -
Uses of ReaderInterceptor in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ReaderInterceptorModifier and TypeMethodDescriptionprotected ReaderInterceptor[]MessageBodyParameterInjector.getReaderInterceptors()Methods in org.jboss.resteasy.core that return types with arguments of type ReaderInterceptorModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientReaderInterceptorRegistry()ThreadLocalResteasyProviderFactory.getServerReaderInterceptorRegistry() -
Uses of ReaderInterceptor in org.jboss.resteasy.core.interception.jaxrs
Fields in org.jboss.resteasy.core.interception.jaxrs declared as ReaderInterceptorModifier and TypeFieldDescriptionprotected ReaderInterceptor[]AbstractReaderInterceptorContext.interceptorsMethods in org.jboss.resteasy.core.interception.jaxrs with parameters of type ReaderInterceptorModifier and TypeMethodDescriptionprotected final voidAbstractReaderInterceptorContext.traceAfter(ReaderInterceptor interceptor) protected final voidAbstractReaderInterceptorContext.traceBefore(ReaderInterceptor interceptor) Constructors in org.jboss.resteasy.core.interception.jaxrs with parameters of type ReaderInterceptorModifierConstructorDescriptionAbstractReaderInterceptorContext(MediaType mediaType, ResteasyProviderFactory providerFactory, Annotation[] annotations, ReaderInterceptor[] interceptors, MultivaluedMap<String, String> headers, Type genericType, Class type, InputStream inputStream) Deprecated.AbstractReaderInterceptorContext(MediaType mediaType, ResteasyProviderFactory providerFactory, Annotation[] annotations, ReaderInterceptor[] interceptors, MultivaluedMap<String, String> headers, Type genericType, Class type, InputStream inputStream, RESTEasyTracingLogger logger) ClientReaderInterceptorContext(ReaderInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream inputStream, Map<String, Object> properties) Deprecated.ClientReaderInterceptorContext(ReaderInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream inputStream, Map<String, Object> properties, RESTEasyTracingLogger tracingLogger) ServerReaderInterceptorContext(ReaderInterceptor[] interceptors, ResteasyProviderFactory providerFactory, Class type, Type genericType, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, InputStream inputStream, HttpRequest request) -
Uses of ReaderInterceptor in org.jboss.resteasy.core.messagebody
Constructors in org.jboss.resteasy.core.messagebody with parameters of type ReaderInterceptorModifierConstructorDescriptionReaderUtility(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 ReaderInterceptorModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<ReaderInterceptor>CommonProviders.readerInterceptorRegistryMethods in org.jboss.resteasy.core.providerfactory that return types with arguments of type ReaderInterceptorModifier and TypeMethodDescriptionResteasyProviderFactoryDelegate.getClientReaderInterceptorRegistry()ResteasyProviderFactoryImpl.getClientReaderInterceptorRegistry()CommonProviders.getReaderInterceptorRegistry()NOOPClientHelper.getReaderInterceptorRegistry()NOOPServerHelper.getReaderInterceptorRegistry()protected JaxrsInterceptorRegistry<ReaderInterceptor>CommonProviders.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>NOOPClientHelper.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>NOOPServerHelper.getReaderInterceptorRegistryForWrite()protected JaxrsInterceptorRegistry<ReaderInterceptor>ServerHelper.getReaderInterceptorRegistryForWrite()ResteasyProviderFactoryDelegate.getServerReaderInterceptorRegistry()ResteasyProviderFactoryImpl.getServerReaderInterceptorRegistry() -
Uses of ReaderInterceptor in org.jboss.resteasy.plugins.interceptors
Classes in org.jboss.resteasy.plugins.interceptors that implement ReaderInterceptor -
Uses of ReaderInterceptor in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return types with arguments of type ReaderInterceptorModifier and TypeMethodDescriptionabstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory.getClientReaderInterceptorRegistry()abstract JaxrsInterceptorRegistry<ReaderInterceptor>ResteasyProviderFactory.getServerReaderInterceptorRegistry()