Package io.micronaut.http.body
Interface MessageBodyHandler<T>
- Type Parameters:
T- The tye
- All Superinterfaces:
MessageBodyReader<T>,MessageBodyWriter<T>,io.micronaut.core.order.Ordered
- All Known Implementing Classes:
TextPlainHandler
A handler combines a reader and a writer.
- Since:
- 4.0.0
- See Also:
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.http.body.MessageBodyReader
isReadable, read, readMethods inherited from interface io.micronaut.http.body.MessageBodyWriter
createSpecific, isBlocking, isWriteable, writeTo, writeToMethods inherited from interface io.micronaut.core.order.Ordered
getOrder