
public class PassthroughRenderer extends AbstractRenderer<String>
| Modifier | Constructor and Description |
|---|---|
protected |
PassthroughRenderer() |
| Modifier and Type | Method and Description |
|---|---|
static Renderer<String> |
instance()
Returns the instance of the no-op renderer.
|
String |
render(String object)
Renders
object as plain text. |
renderCopyright © 2018. All rights reserved.