| Package | Description |
|---|---|
| org.simpleflatmapper.csv |
CsvMapper classes to map object from a csv file. |
| org.simpleflatmapper.csv.impl |
CsvMapper implementation. |
| org.simpleflatmapper.csv.property |
| Modifier and Type | Method and Description |
|---|---|
CellValueReaderFactory |
CsvColumnDefinition.getCustomCellValueReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
CsvColumnDefinition |
CsvColumnDefinition.addCustomCellValueReaderFactory(CellValueReaderFactory cellValueReaderFactory) |
CsvMapperFactory |
CsvMapperFactory.cellValueReaderFactory(CellValueReaderFactory cellValueReaderFactory) |
static CsvColumnDefinition |
CsvColumnDefinition.customCellValueReaderFactoryDefinition(CellValueReaderFactory cellValueReaderFactory) |
| Constructor and Description |
|---|
CsvMapperBuilder(Type target,
org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta,
int minDelayedSetter,
CellValueReaderFactory cellValueReaderFactory,
org.simpleflatmapper.map.MapperConfig<CsvColumnKey,CsvColumnDefinition> mapperConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellValueReaderFactoryImpl |
| Constructor and Description |
|---|
CellSetterFactory(CellValueReaderFactory cellValueReaderFactory,
org.simpleflatmapper.map.MapperBuilderErrorHandler mapperBuilderErrorHandler) |
DynamicCsvMapper(Type target,
org.simpleflatmapper.reflect.meta.ClassMeta<T> classMeta,
String defaultDateFormat,
CellValueReaderFactory cellValueReaderFactory,
org.simpleflatmapper.map.MapperConfig<CsvColumnKey,CsvColumnDefinition> mapperConfig) |
| Modifier and Type | Method and Description |
|---|---|
CellValueReaderFactory |
CustomReaderFactoryProperty.getReaderFactory() |
| Constructor and Description |
|---|
CustomReaderFactoryProperty(CellValueReaderFactory readerFactory) |
Copyright © 2017. All rights reserved.