public class ObjectToStringConverter extends AbstractDataConverter<Object,String>
Object to a String using the toString
method.| Constructor and Description |
|---|
ObjectToStringConverter()
Creates a new
ObjectToStringConverter. |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(Object input)
Converts the given
Object to an String by calling the
toString method. |
cloneCopyright © 2006–2017 Sandia National Laboratories. All rights reserved.