Class CsvUtils
java.lang.Object
io.higson.runtime.helper.snapshot.CsvUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends com.univocity.parsers.common.Context>
com.univocity.parsers.csv.CsvParsergetCsvParser(com.univocity.parsers.common.processor.core.Processor<T> processor) static com.univocity.parsers.csv.CsvWritergetCsvWriter(Writer writer, Class<?> beanType) static com.univocity.parsers.csv.CsvWritergetSkipQuoteCsvWriter(Writer writer) <T> List<T>
-
Constructor Details
-
CsvUtils
public CsvUtils()
-
-
Method Details
-
getSkipQuoteCsvWriter
-
getCsvWriter
-
getCsvParser
public static <T extends com.univocity.parsers.common.Context> com.univocity.parsers.csv.CsvParser getCsvParser(com.univocity.parsers.common.processor.core.Processor<T> processor) -
parse
- Throws:
IOException
-