public class CompositeDataStringifier extends Object implements Stringifier
CompositeData
Object.toString()
Modifier and Type | Field and Description |
---|---|
static CompositeDataStringifier |
DEFAULT |
Constructor and Description |
---|
CompositeDataStringifier() |
Modifier and Type | Method and Description |
---|---|
String |
stringify(Object o)
Produce a String representation of an object.
|
public static final CompositeDataStringifier DEFAULT
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 © 2020. All rights reserved.