public class MapValueConverter<K,S,D> extends org.mydotey.scf.type.AbstractTypeConverter<Map<K,S>,Map<K,D>>
MapValueConverter(org.mydotey.scf.type.TypeConverter<S,D> valueConverter)
Map<K,D>
convert(Map<K,S> source)
equals, getSourceType, getTargetType, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public MapValueConverter(org.mydotey.scf.type.TypeConverter<S,D> valueConverter)
public Map<K,D> convert(Map<K,S> source)
Copyright © 2020 org.mydotey. All rights reserved.