public class ToStringConverter<T> extends Object implements StringConverter<T>
toString() method to convert a T object to a String.| Constructor and Description |
|---|
ToStringConverter() |
public String convert(T toConvert)
convert in interface StringConverter<T>toConvert - The T object to convert to a string. Not null.Copyright © 2005–2015 MojoHaus. All rights reserved.