Package io.micronaut.http.body
Interface MessageBodyHandler<T>
- Type Parameters:
T
- The type
- All Superinterfaces:
MessageBodyReader<T>
,MessageBodyWriter<T>
- All Known Subinterfaces:
RawMessageBodyHandler<T>
- All Known Implementing Classes:
ByteBufRawMessageBodyHandler
,JsonMessageHandler
,NettyJsonHandler
,NettyJsonStreamHandler
,NettyWritableBodyWriter
,TextPlainHandler
,WritableBodyWriter
A handler combines a reader and a writer.
- Since:
- 4.0.0
- See Also:
-
Method Summary
Methods inherited from interface io.micronaut.http.body.MessageBodyReader
isReadable, read, read
Methods inherited from interface io.micronaut.http.body.MessageBodyWriter
createSpecific, isBlocking, isWriteable, writeTo, writeTo