C G I O R S W 

C

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.

G

getColumns() - Method in class org.supercsv.io.dozer.CsvDozerBeanData
Gets the List of columns

I

ICsvDozerBeanReader - Interface in org.supercsv.io.dozer
Interface for CSV readers reading into objects/beans using Dozer.
ICsvDozerBeanWriter - Interface in org.supercsv.io.dozer
Interface for CSV writers writing objects/beans to CSV using Dozer.

O

org.supercsv.io.dozer - package org.supercsv.io.dozer
Provides the various readers and writers used to read/write POJOs using Dozer.

R

read(Class<T>) - Method in class org.supercsv.io.dozer.CsvDozerBeanReader
Reads a row of a CSV file and populates an instance of the specified class, using Dozer to map column values to the appropriate fields.
read(Class<T>, CellProcessor...) - Method in class org.supercsv.io.dozer.CsvDozerBeanReader
Reads a row of a CSV file and populates an instance of the specified class, using Dozer to map column values to the appropriate fields.
read(Class<T>) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanReader
Reads a row of a CSV file and populates an instance of the specified class, using Dozer to map column values to the appropriate fields.
read(Class<T>, CellProcessor...) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanReader
Reads a row of a CSV file and populates an instance of the specified class, using Dozer to map column values to the appropriate fields.

S

setColumns(List<Object>) - Method in class org.supercsv.io.dozer.CsvDozerBeanData
Sets the List of columns

W

write(Object) - Method in class org.supercsv.io.dozer.CsvDozerBeanWriter
Writes the fields of the object as columns of a CSV file, using the pre-configured DozerBeanMapper to map fields to the appropriate columns.
write(Object, CellProcessor[]) - Method in class org.supercsv.io.dozer.CsvDozerBeanWriter
Writes the fields of the object as columns of a CSV file, using the pre-configured DozerBeanMapper to map fields to the appropriate columns.
write(Object) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanWriter
Writes the fields of the object as columns of a CSV file, using the pre-configured DozerBeanMapper to map fields to the appropriate columns.
write(Object, CellProcessor[]) - Method in interface org.supercsv.io.dozer.ICsvDozerBeanWriter
Writes the fields of the object as columns of a CSV file, using the pre-configured DozerBeanMapper to map fields to the appropriate columns.
C G I O R S W 

Copyright © 2007-2013 Super CSV. All Rights Reserved.