public interface Converter
<S,T> T
convert(S source, Class<T> targetType, Context context)
<S,T> T convert(S source, Class<T> targetType, Context context) throws ConversionException
source
targetType
context
ConversionException