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