Providers implementing {@code WriterInterceptor} contract must be either programmaticallyregistered in a JAX-RS runtime or must be annotated with {@link javax.ws.rs.ext.Provider @Provider} annotation to be automatically discoveredby the JAX-RS runtime during a provider scanning phase. Message body interceptor instances may also be discovered and bound {@link javax.ws.rs.container.DynamicFeature dynamically} to particular resource methods.
@author Santiago Pericas-Geertsen @author Bill Burke @author Marek Potociar @see MessageBodyWriter @since 2.0
|
|