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