Interface CsvParser.Creator<D>

  • Enclosing interface:
    CsvParser<I>

    public static interface CsvParser.Creator<D>
    • Method Detail

      • createCsvStringParser

        CsvParser<D> createCsvStringParser()