|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReaderInterceptorContext | |
---|---|
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
org.jboss.resteasy.cdi.decorators | This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources |
org.jboss.resteasy.cdi.events | This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. |
org.jboss.resteasy.cdi.interceptors | This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.security.doseta |
Uses of ReaderInterceptorContext in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext with parameters of type ReaderInterceptorContext | |
---|---|
Object |
ReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context)
Interceptor method wrapping calls to MessageBodyReader.readFrom(java.lang.Class . |
Uses of ReaderInterceptorContext in org.jboss.resteasy.cdi.decorators |
---|
Methods in org.jboss.resteasy.cdi.decorators with parameters of type ReaderInterceptorContext | |
---|---|
Object |
BookReaderInterceptorDecorator.aroundReadFrom(ReaderInterceptorContext context)
|
Object |
BookReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
Uses of ReaderInterceptorContext in org.jboss.resteasy.cdi.events |
---|
Methods in org.jboss.resteasy.cdi.events with parameters of type ReaderInterceptorContext | |
---|---|
Object |
BookReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
Uses of ReaderInterceptorContext in org.jboss.resteasy.cdi.interceptors |
---|
Methods in org.jboss.resteasy.cdi.interceptors with parameters of type ReaderInterceptorContext | |
---|---|
Object |
BookReaderInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
Uses of ReaderInterceptorContext in org.jboss.resteasy.core.interception |
---|
Classes in org.jboss.resteasy.core.interception that implement ReaderInterceptorContext | |
---|---|
class |
AbstractReaderInterceptorContext
|
class |
ClientReaderInterceptorContext
|
class |
ServerReaderInterceptorContext
|
Methods in org.jboss.resteasy.core.interception with parameters of type ReaderInterceptorContext | |
---|---|
Object |
ReaderInterceptorRegistry.ReaderInterceptorFacade.aroundReadFrom(ReaderInterceptorContext readerInterceptorContext)
|
Uses of ReaderInterceptorContext in org.jboss.resteasy.plugins.interceptors.encoding |
---|
Methods in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type ReaderInterceptorContext | |
---|---|
Object |
GZIPDecodingInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
Uses of ReaderInterceptorContext in org.jboss.resteasy.security.doseta |
---|
Methods in org.jboss.resteasy.security.doseta with parameters of type ReaderInterceptorContext | |
---|---|
Object |
DigitalVerificationInterceptor.aroundReadFrom(ReaderInterceptorContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |