Module com.github.hazendaz.parent
Package org.csveed.bean
package org.csveed.bean
The package responsible for converting Rows to Beans. In here are the classes needed for reading class structures,
configuring the mapping and executing the conversion from Row to Bean.
-
ClassDescriptionThe Class AbstractMapper.These instructions are used to power the
BeanReader
.The Class BeanInstructionsImpl.The Class BeanParser.The Class BeanProperties.The Class BeanProperty.BeanReader<T>The BeanReader is responsible for reading CSV rows and converting those into beans.The Class BeanReaderImpl.BeanWriter<T>Class for writing Beans.The Class BeanWriterImpl.The Class ColumnIndexMapper.The Class ColumnNameMapper.The concept of dynamic columns comes into play when a sheet contains columns that are not really part of the columns, but should have been separate rows.