Interface WriterInterceptor


public interface WriterInterceptor
Interface for message body writer interceptors that wrap around calls to MessageBodyWriter.writeTo(T, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream).

Providers implementing WriterInterceptor contract must be either programmatically registered in an API runtime or must be annotated with @Provider annotation to be automatically discovered by the runtime during a provider scanning phase. Message body interceptor instances may also be discovered and bound dynamically to particular resource methods.

Since:
2.0
See Also: