K - the type of keys maintained by this mapV - the type of mapped valuespublic class MapConverter<K,V>
extends java.lang.Object
implements ej.kf.Converter<java.util.Map<K,V>>
Converter for Map. This converter creates a clone of the original Map, and convert is
called for keys and values.| Constructor and Description |
|---|
MapConverter() |
| Modifier and Type | Method and 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() |