Class TextPlainHandler

java.lang.Object
io.micronaut.http.body.TextPlainHandler
All Implemented Interfaces:
MessageBodyHandler<CharSequence>, MessageBodyReader<CharSequence>, MessageBodyWriter<CharSequence>

@Produces("text/plain") @Consumes("text/plain") @Singleton public final class TextPlainHandler extends Object implements MessageBodyHandler<CharSequence>
Body handler for content type "text/plain".
Since:
4.0.0
Author:
Graeme Rocher