public class InterfacesStringifier extends Object implements Stringifier
Constructor and Description |
---|
InterfacesStringifier(Class[] interfaces) |
InterfacesStringifier(StringifierRegistry registry,
Class[] interfaces) |
Modifier and Type | Method and Description |
---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
public InterfacesStringifier(Class[] interfaces)
public InterfacesStringifier(StringifierRegistry registry, Class[] interfaces)
public String stringify(Object o)
Stringifier
The resulting String should be suitable for display to a user.
stringify
in interface Stringifier
o
- the Object for which a String should be producedCopyright © 2018. All rights reserved.