Package com.microej.kf.util
Class MapConverter<K,V>
- java.lang.Object
-
- com.microej.kf.util.MapConverter<K,V>
-
-
Constructor Summary
Constructors Constructor Description MapConverter()
-
-
-
Method Detail
-
getType
public Class<Map<K,V>> getType()
Description copied from interface:ConverterGets the Kernel type managed by thisConverter.
-
convert
public Map<K,V> convert(Map<K,V> map, Feature targetOwner) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<K>- Parameters:
map- the source object to be convertedtargetOwner- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
-