Class InterceptedMessageBodyWriter<T>

java.lang.Object
io.micronaut.jaxrs.common.InterceptedMessageBodyWriter<T>
Type Parameters:
T - The type
All Implemented Interfaces:
MessageBodyWriter<T>

@Internal public final class InterceptedMessageBodyWriter<T> extends Object implements MessageBodyWriter<T>
The Micronaut body writer with JAX-RS interceptors.
Since:
4.6.0
Author:
Denis Stepanov