Class JaxRsInterceptedWrite<T,S extends JaxRsWriterInterceptorContextState>

java.lang.Object
io.micronaut.jaxrs.common.JaxRsInterceptedWrite<T,S>
Type Parameters:
T - The type
S - The context state implementation

@Internal public abstract class JaxRsInterceptedWrite<T,S extends JaxRsWriterInterceptorContextState> extends Object
The JAX-RS body write interceptor.
Since:
4.9.0
Author:
Denis Stepanov