T
- the type of the object which needs to be rendered as a Stringpublic interface StringRenderer<T>
T
to a String
representation. Usually a StringRenderer is used when a specific
representation of an object is needed and toString() cannot be overwritten or
does not fulfill the requirements.Modifier and Type | Method and Description |
---|---|
String |
render(T input)
Transforms the input-object to a String.
|
Copyright © 2021. All rights reserved.