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