E
- the type of elements in this listpublic class ListConverter<E>
extends java.lang.Object
implements ej.kf.Converter<java.util.List<E>>
Converter
for List
. This converter creates a clone of the original List
, and convert is
called for values.Constructor and Description |
---|
ListConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.List<E> |
convert(java.util.List<E> list,
ej.kf.Feature targetOwner) |
java.lang.Class<java.util.List<E>> |
getType() |