public class ClassNameStringifier extends Object implements Stringifier
| Constructor and Description |
|---|
ClassNameStringifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
public String stringify(Object o)
StringifierThe resulting String should be suitable for display to a user.
stringify in interface Stringifiero - the Object for which a String should be producedCopyright © 2019. All rights reserved.