Interface MessageBodyHandler<T>

Type Parameters:
T - The tye
All Superinterfaces:
MessageBodyReader<T>, MessageBodyWriter<T>, io.micronaut.core.order.Ordered
All Known Implementing Classes:
TextPlainHandler

public interface MessageBodyHandler<T> extends MessageBodyReader<T>, MessageBodyWriter<T>
A handler combines a reader and a writer.
Since:
4.0.0
See Also: