Uses of Class
com.opencsv.exceptions.CsvChainedException
-
Packages that use CsvChainedException Package Description com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans. -
-
Uses of CsvChainedException in com.opencsv.bean
Methods in com.opencsv.bean that throw CsvChainedException Modifier and Type Method Description T
AbstractMappingStrategy. populateNewBean(java.lang.String[] line)
T
MappingStrategy. populateNewBean(java.lang.String[] line)
Takes a line of input from a CSV file and creates a bean out of it.java.lang.String[]
AbstractMappingStrategy. transmuteBean(T bean)
java.lang.String[]
MappingStrategy. transmuteBean(T bean)
Transmutes a bean instance into an array ofString
s to be written to a CSV file. -
Uses of CsvChainedException in com.opencsv.bean.concurrent
Methods in com.opencsv.bean.concurrent that throw CsvChainedException Modifier and Type Method Description private T
ProcessCsvLine. processLine()
Creates a single object from a line from the CSV file.
-