| Package | Description |
|---|---|
| org.simpleflatmapper.csv.impl |
CsvMapper implementation. |
| org.simpleflatmapper.csv.impl.asm |
| Modifier and Type | Field and Description |
|---|---|
protected CsvMapperCellHandlerFactory<T> |
CsvMapperImpl.csvMapperCellHandlerFactory |
| Constructor and Description |
|---|
CsvMapperImpl(CsvMapperCellHandlerFactory<T> csvMapperCellHandlerFactory,
DelayedCellSetterFactory<T,?>[] delayedCellSetterFactories,
CellSetter<T>[] setters,
CsvColumnKey[] joinKeys,
org.simpleflatmapper.map.ConsumerErrorHandler consumerErrorHandlers) |
| Modifier and Type | Method and Description |
|---|---|
<T> CsvMapperCellHandlerFactory<T> |
CsvAsmFactory.createCsvMapperCellHandler(Type target,
DelayedCellSetterFactory<T,?>[] delayedCellSetterFactories,
CellSetter<T>[] setters,
org.simpleflatmapper.reflect.Instantiator<CsvMapperCellHandler<T>,T> instantiator,
CsvColumnKey[] keys,
ParsingContextFactory parsingContextFactory,
org.simpleflatmapper.map.FieldMapperErrorHandler<? super CsvColumnKey> fieldErrorHandler,
int maxMethodSize) |
Copyright © 2017. All rights reserved.