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)
Stringifier
The resulting String should be suitable for display to a user.
stringify
in interface Stringifier
object
- the Object for which a String should be producedCopyright © 2019. All rights reserved.