
T - the type to renderpublic interface Renderer<T>
| Modifier and Type | Method and Description |
|---|---|
String |
render(T object)
Renders
object as plain text. |
void |
render(T object,
Appendable appendable)
Renders
object as plain text, appended directly to appendable. |
void render(T object, Appendable appendable) throws IOException
object as plain text, appended directly to appendable. Should never throw any exceptions except if appendable
throws an IOException.IOExceptionCopyright © 2018. All rights reserved.