Class CsvUtils

java.lang.Object
io.higson.runtime.helper.snapshot.CsvUtils

public class CsvUtils extends Object
  • Constructor Details

    • CsvUtils

      public CsvUtils()
  • Method Details

    • getSkipQuoteCsvWriter

      public static com.univocity.parsers.csv.CsvWriter getSkipQuoteCsvWriter(Writer writer)
    • getCsvWriter

      public static com.univocity.parsers.csv.CsvWriter getCsvWriter(Writer writer, Class<?> beanType)
    • 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

      public <T> List<T> parse(Path file, Class<T> clazz) throws IOException
      Throws:
      IOException