See: Description
| Interface | Description |
|---|---|
| CsvModel.Factory<E> | |
| ExportableColumn<E,T> |
TODO
|
| ExportModel<E> |
TODO
|
| ImportableColumn<E,T> |
TODO
|
| ImportableExportableColumn<E,T> | |
| ImportExportModel<E> |
TODO
|
| ImportModel<E> |
TODO
|
| ValueFormatter<T> |
TODO
|
| ValueGetter<E,T> |
TODO
|
| ValueGetterSetter<E,T> |
TODO
|
| ValueParser<T> | |
| ValueParserFormatter<T> | |
| ValueSetter<E,T> |
| Class | Description |
|---|---|
| Column<E,T> |
TODO
|
| Common |
TODO
|
| Common.BeanProperty<E,T> | |
| Common.BooleanParserFormatter | |
| Common.CharacterParserFormatter | |
| Common.DateValue | |
| Common.DoubleParserFormatter | |
| Common.FloatParserFormatter | |
| Common.IntegerParserFormatter | |
| Common.LongParserFormatter | |
| Common.MapProperty<E extends Map<String,Object>,T> | |
| Common.NullableParserFormatter<O> | |
| Common.StringValueParser | |
| Common.ToStringParserFormatter<E> | |
| Common.ToStringValueFormatter | |
| Common.ValueSaver<E,T> | |
| CsvModel<E> | |
| Export<E> |
Object to realize a export from a
ExportModel and some datas. |
| Import<E> |
Import engine for a given import model.
|
| ImportToMap |
A extended
Import to read csv lines into a single map. |
| ModelBuilder<E> | |
| MyModelBuilder<E> | |
| ValidationResult |
TODO
|
| Exception | Description |
|---|---|
| ImportRuntimeException |
TODO
|
Copyright © 2011-2012 CodeLutin. All Rights Reserved.