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