public final class GenericObjectToStringConverter extends Object implements Convertable
Object.toString() method.| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object value)
Converts the supplied value to a String.
|
static GenericObjectToStringConverter |
getInstance()
Gets the single instance of this converter.
|
public static GenericObjectToStringConverter getInstance()
public Object convert(Object value)
convert in interface Convertablevalue - The value to convert to a String.Copyright © 2008–2017. All rights reserved.