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.Copyright © 2020. All rights reserved.