| Package | Description |
|---|---|
| org.sfm.csv |
CsvMapper classes to map object from a csv file. |
| org.sfm.csv.column | |
| org.sfm.csv.impl |
CsvMapper implementation. |
| 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,
ClassMeta<T> classMeta,
MapperBuilderErrorHandler mapperBuilderErrorHandler,
ColumnDefinitionProvider<CsvColumnDefinition,CsvColumnKey> columnDefinitions,
PropertyNameMatcherFactory propertyNameMatcherFactory,
CellValueReaderFactory cellValueReaderFactory,
int minDelayedSetter,
boolean failOnAsm,
int asmMapperNbFieldsLimit,
int maxMethodSize) |
| Modifier and Type | Method and Description |
|---|---|
CellValueReaderFactory |
CustomReaderFactoryProperty.getReaderFactory() |
| Constructor and Description |
|---|
CustomReaderFactoryProperty(CellValueReaderFactory readerFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
CellValueReaderFactoryImpl |
| Constructor and Description |
|---|
CellSetterFactory(CellValueReaderFactory cellValueReaderFactory) |
DynamicCsvMapper(Type target,
ClassMeta<T> classMeta,
FieldMapperErrorHandler<CsvColumnKey> fieldMapperErrorHandler,
MapperBuilderErrorHandler mapperBuilderErrorHandler,
RowHandlerErrorHandler rowHandlerErrorHandler,
String defaultDateFormat,
ColumnDefinitionProvider<CsvColumnDefinition,CsvColumnKey> columnDefinitions,
PropertyNameMatcherFactory propertyNameMatcherFactory,
CellValueReaderFactory cellValueReaderFactory,
boolean failOnAsm,
int asmMapperNbFieldsLimit,
int maxMethodSize) |
Copyright © 2015. All rights reserved.