Interface ReaderInterceptorContext

All Superinterfaces:
InterceptorContext

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