All Classes and Interfaces

Class
Description
The Class AbstractConverter.
The Class AbstractCsvError.
The Class AbstractMapper.
These instructions are used to power the BeanReader.
The Class BeanInstructionsImpl.
The Class BeanParser.
The Class BeanProperties.
The Class BeanProperty.
The Class BeanPropertyConversionException.
The BeanReader is responsible for reading CSV rows and converting those into beans.
The Class BeanReaderImpl.
The Class BeanWrapper.
Class for writing Beans.
The Class BeanWriterImpl.
The Class ByteArrayConverter.
The Class CellPositionInRow.
The Class CharacterConverter.
The Class CharArrayConverter.
The Class CharsetConverter.
The Class Column.
The Class ColumnExcel.
The Class ColumnIndexKey.
The Class ColumnIndexMapper.
The Class ColumnKey.
The Class ColumnNameKey.
The Class ColumnNameMapper.
The Class ConversionException.
The Class ConversionUtil.
Stateless converter from String to Object.
Various settings for a BeanInstructionsImpl translating to a CSV cell.
The CsvClient is responsible for reading/writing CSV rows and converting those into beans/rows.
The Class CsvClientImpl.
Sets a custom converter for the field.
Date is a special case, since it will require a format to be supplied.
Report on an error, always including at the very least an error message.
The Class CsvException.
Various settings applying to the entire CSV file and BeanInstructions.
Determines whether the field will receive the header name of the current dynamic column.
Determines whether the field will receive the cell value of the current dynamic column.
When this annotation is set on a field, it will be skipped during deserialization even if a matching column name is found.
Makes sure that a specific Locale is used to convert numbers.
The Class CurrencyConverter.
The Class CustomBooleanConverter.
The Class CustomNumberConverter.
The Class DateConverter.
The Class DefaultConverters.
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.
The Class EasyAbstractConverter.
The Enum EncounteredSymbol.
The Class EnumConverter.
The Class GeneralError.
The original header of the CSV file.
The Class HeaderImpl.
The Interface Line.
The Class LineWithInfo.
The Class NoConverterFoundException.
The Class NumberUtils.
The Class ParseException.
The Enum ParseState.
Yep, a state machine.
The Class PatternConverter.
The Class Placeholder.
The Class Placeholder.
The Class Placeholder.
A Row is a line of content read from the CSV file.
The Class RowError.
The Class RowImpl.
These instructions are used to power the RowReader.
The Class RowInstructionsImpl.
The Class RowPart.
LineReaders reads rows from the CSV file and returns those all at once, or one by one if desired.
Builds up a List of cells (String) per read row.
The Class RowReport.
The Interface RowWriter.
The Class RowWriterImpl.
The Class StringConverter.
The Class SymbolMapping.
The Class TimeZoneConverter.
The Enum TokenState.