Class 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>>
    A Converter for List. This converter creates a clone of the original List, 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListConverter

        public ListConverter()
    • Method Detail

      • getType

        public java.lang.Class<java.util.List<E>> getType()
        Specified by:
        getType in interface ej.kf.Converter<E>
      • convert

        public java.util.List<E> convert​(java.util.List<E> list,
                                         ej.kf.Feature targetOwner)
                                  throws java.lang.IllegalAccessError
        Specified by:
        convert in interface ej.kf.Converter<E>
        Throws:
        java.lang.IllegalAccessError