public interface CharSequenceRenderer extends Renderer<CharSequence>
CharSequence
objects.
The string returned by toString()
will be written to the response as UTF-8 bytes.
This renderer does not set a content type, which means that the standard default of text/plain
will be
used unless one has been explicitly set.