Interface ReaderInterceptorContext

All Superinterfaces:
InterceptorContext

public interface ReaderInterceptorContext extends InterceptorContext
Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}. The getters and setters in this context class correspond to the parameters of the intercepted method.
Since:
2.0
See Also: