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