Package com.microej.kf.util
Class ListConverter<E>
- java.lang.Object
-
- com.microej.kf.util.ListConverter<E>
-
- Type Parameters:
E- the type of elements in this list
- All Implemented Interfaces:
ej.kf.Converter<java.util.List<E>>
public class ListConverter<E> extends java.lang.Object implements ej.kf.Converter<java.util.List<E>>AConverterforList. This converter creates a clone of the originalList, and convert is called for values.
-
-
Constructor Summary
Constructors Constructor Description ListConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<E>convert(java.util.List<E> list, ej.kf.Feature targetOwner)java.lang.Class<java.util.List<E>>getType()
-