public StandardConverters.SimpleToStringConverter()
public String convert(T src, TypeInfo<T> srcType, TypeInfo<String> dstType) throws ConversionException
Convertersrc.getClass().isAssignableFrom(srcType) == true
* DstType class is assignable from returned objectconvert in interface Converter<T,String>src - source objectsrcType - source object type infodstType - destination object type infoConversionExceptionCopyright © 2016. All rights reserved.