public interface Stringifier
Modifier and Type | Method and Description |
---|---|
String |
stringify(Object object)
Produce a String representation of an object.
|
String stringify(Object object)
The resulting String should be suitable for display to a user.
object
- the Object for which a String should be producedCopyright © 2019. All rights reserved.