jakarta.ws.rs.ext.MessageBodyReader#readFrom
.
Providers implementing ReaderInterceptor
contract must be either programmatically registered in a JAX-RS
runtime or must be annotated with @Provider
annotation to be automatically
discovered by the JAX-RS runtime during a provider scanning phase. Message body interceptor instances may also be
discovered and bound dynamically
to particular resource methods.
MessageBodyReader
Modifier and Type | Method and Description |
---|---|
public Object | Returns: result of next interceptor invoked or the wrapped method if last interceptor in chain.invocation context. context)Interceptor method wrapping calls to |
aroundReadFrom | back to summary |
---|---|
public Object aroundReadFrom(ReaderInterceptorContext context) throws IOException, WebApplicationException Interceptor method wrapping calls to
|