| Package | Description |
|---|---|
| org.sfm.csv |
CsvMapper classes to map object from a csv file. |
| org.sfm.csv.column | |
| org.sfm.map |
Provides base class that are shared across all mappers.
|
| org.sfm.map.column | |
| org.sfm.map.column.joda | |
| org.sfm.map.column.time | |
| org.sfm.map.impl |
Mapper partial implementation. |
| Modifier and Type | Method and Description |
|---|---|
protected CsvColumnDefinition |
CsvColumnDefinition.newColumnDefinition(ColumnProperty[] properties) |
| Constructor and Description |
|---|
CsvColumnDefinition(ColumnProperty[] properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomReaderFactoryProperty |
class |
CustomReaderProperty |
| Modifier and Type | Method and Description |
|---|---|
CD |
ColumnDefinition.add(ColumnProperty property) |
protected abstract CD |
ColumnDefinition.newColumnDefinition(ColumnProperty[] properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColumnDefinition.has(Class<? extends ColumnProperty> clazz) |
| Constructor and Description |
|---|
ColumnDefinition(ColumnProperty[] properties) |
| Modifier and Type | Class and Description |
|---|---|
class |
DateFormatProperty |
class |
FieldMapperProperty |
class |
GetterFactoryProperty |
class |
GetterProperty |
class |
IgnoreProperty |
class |
KeyProperty |
class |
RenameProperty |
class |
TimeZoneProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
JodaDateTimeFormatterProperty |
class |
JodaDateTimeZoneProperty |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaDateTimeFormatterProperty |
class |
JavaZoneIdProperty |
| Modifier and Type | Method and Description |
|---|---|
protected FieldMapperColumnDefinition<K,S> |
FieldMapperColumnDefinition.newColumnDefinition(ColumnProperty[] properties) |
| Constructor and Description |
|---|
FieldMapperColumnDefinition(ColumnProperty[] properties) |
Copyright © 2015. All rights reserved.