Class InterceptedMessageBodyReader<T>

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

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