- configureBeanMapping(Class<?>, String[]) - Method in class org.supercsv.io.dozer.CsvDozerBeanReader
-
Configures the underlying DozerBeanMapper with the mappings required to map from the CSV file to the specified
class (this method may only be called before reading, as it's not possible to configure a DozerBeanMapper that
has already been initialized).
- configureBeanMapping(Class<?>, String[], Class<?>[]) - Method in class org.supercsv.io.dozer.CsvDozerBeanReader
-
Configures the underlying DozerBeanMapper with the mappings required to map from the CSV file to the specified
class (this method may only be called before reading, as it's not possible to configure a DozerBeanMapper that
has already been initialized).
- configureBeanMapping(Class<?>, String[]) - Method in class org.supercsv.io.dozer.CsvDozerBeanWriter
-
Configures the underlying DozerBeanMapper with the mappings required to map from the specified class to the CSV
file (this method may only be called before writing, as it's not possible to configure a DozerBeanMapper that has
already been initialized).
- configureBeanMapping(Class<?>, String[]) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanReader
-
Configures the underlying DozerBeanMapper with the mappings required to map from the CSV file to the specified
class (this method may only be called before reading, as it's not possible to configure a DozerBeanMapper that
has already been initialized).
- configureBeanMapping(Class<?>, String[], Class<?>[]) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanReader
-
Configures the underlying DozerBeanMapper with the mappings required to map from the CSV file to the specified
class (this method may only be called before reading, as it's not possible to configure a DozerBeanMapper that
has already been initialized).
- configureBeanMapping(Class<?>, String[]) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanWriter
-
Configures the underlying DozerBeanMapper with the mappings required to map from the specified class to the CSV
file (this method may only be called before writing, as it's not possible to configure a DozerBeanMapper that has
already been initialized).
- CsvDozerBeanData - Class in org.supercsv.io.dozer
-
Class used internally by CsvDozerBeanReader and CsvDozerBeanWriter for Dozer mapping between CSV columns and beans.
- CsvDozerBeanData() - Constructor for class org.supercsv.io.dozer.CsvDozerBeanData
-
- CsvDozerBeanReader - Class in org.supercsv.io.dozer
-
CsvDozerBeanReader is a powerful replacement for
CsvBeanReader
that uses Dozer to map from CSV to a bean.
- CsvDozerBeanReader(Reader, CsvPreference) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanReader
-
Constructs a new CsvDozerBeanReader with the supplied Reader and CSV preferences and creates it's own
DozerBeanMapper.
- CsvDozerBeanReader(ITokenizer, CsvPreference) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanReader
-
Constructs a new CsvDozerBeanReader with the supplied (custom) Tokenizer and CSV preferences and creates
it's own DozerBeanMapper.
- CsvDozerBeanReader(Reader, CsvPreference, DozerBeanMapper) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanReader
-
Constructs a new CsvDozerBeanReader with the supplied Reader, CSV preferences and DozerBeanMapper.
- CsvDozerBeanReader(ITokenizer, CsvPreference, DozerBeanMapper) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanReader
-
Constructs a new CsvDozerBeanReader with the supplied (custom) Tokenizer, CSV preferences and
DozerBeanMapper.
- CsvDozerBeanWriter - Class in org.supercsv.io.dozer
-
CsvDozerBeanWriter is a powerful replacement for
CsvBeanWriter
that uses Dozer to map from a bean to CSV.
- CsvDozerBeanWriter(Writer, CsvPreference) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanWriter
-
Constructs a new CsvDozerBeanWriter with the supplied Writer and CSV preferences and and creates it's
own DozerBeanMapper.
- CsvDozerBeanWriter(Writer, CsvPreference, DozerBeanMapper) - Constructor for class org.supercsv.io.dozer.CsvDozerBeanWriter
-
Constructs a new CsvDozerBeanWriter with the supplied Writer, CSV preferences and DozerBeanMapper.