Package com.microej.kf.util
Class MapConverter<K,V>
- java.lang.Object
-
- com.microej.kf.util.MapConverter<K,V>
-
- Type Parameters:
K- the type of keys maintained by this mapV- the type of mapped values
- All Implemented Interfaces:
ej.kf.Converter<java.util.Map<K,V>>
public class MapConverter<K,V> extends java.lang.Object implements ej.kf.Converter<java.util.Map<K,V>>AConverterforMap. This converter creates a clone of the originalMap, and convert is called for keys and values.
-
-
Constructor Summary
Constructors Constructor Description MapConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<K,V>convert(java.util.Map<K,V> map, ej.kf.Feature targetOwner)java.lang.Class<java.util.Map<K,V>>getType()
-