Name

adams.flow.transformer.TextRenderer


Synopsis

Turns incoming objects into their textual representation, either automatic detection based on their data type or by explicitly specifying a renderer.


Additional information

Flow input/output:
- input: java.lang.Object
- output: java.lang.String


See also

Options