Class CsvEnumerator.RowConverter<E>

    • Constructor Summary

      Constructors 
      Constructor Description
      RowConverter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object convert​(CsvFieldType fieldType, java.lang.String string)  
      (package private) abstract E convertRow​(java.lang.String[] rows)  
      • Methods inherited from class java.lang.Object

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

      • RowConverter

        RowConverter()
    • Method Detail

      • convertRow

        abstract E convertRow​(java.lang.String[] rows)
      • convert

        protected java.lang.Object convert​(CsvFieldType fieldType,
                                           java.lang.String string)