Class TextStringMediaTypeConverter

java.lang.Object
io.inverno.mod.boot.converter.TextStringMediaTypeConverter
All Implemented Interfaces:
Converter<String,Object>, Decoder<String,Object>, Encoder<Object,String>, MediaTypeConverter<String>, ReactiveConverter<String,Object>, ReactiveDecoder<String,Object>, ReactiveEncoder<Object,String>

public class TextStringMediaTypeConverter extends Object implements MediaTypeConverter<String>

String text/plain media type converter.

Since:
1.5
Author:
Jeremy Kuhn
See Also: