public class SingletonConverterPart extends Object implements ConverterPart
| Constructor and Description |
|---|
SingletonConverterPart() |
public SingletonConverterPart()
public <S,T> T convert(S source, Class<T> targetType, Context context, Converter master) throws ConversionException
ConverterPartconvert in interface ConverterPartsource - Source object.targetType - Target type.context - Conversion context.ConversionException