Interface BeanReader<T>

Type Parameters:
T - the bean class into which the rows are converted
All Known Implementing Classes:
BeanReaderImpl

public interface BeanReader<T>

The BeanReader is responsible for reading CSV rows and converting those into beans. There are two ways to initialize a BeanReaderImpl:

  • Point it to class. The org.csveed.annotations in the class are read, as is the order of the properties within the class.
  • Roll your own. Pass a BeanInstructions implementation with your own configuration settings