| Interface | Description |
|---|---|
| CsvPropertyConverter<T> |
Used to convert a CSV string to an Java object.
|
| Class | Description |
|---|---|
| AbstractCsvDataProvider<E> |
Base class for converters that create SQL files from CSV files.
|
| AbstractCsvReader<R> |
Base class for reading a csv file into an object.
|
| CsvBooleanConverter |
Converts a string in a CSV file to a
Boolean. |
| CsvCharacterConverter |
Converts a string from a CSV file to a
Character. |
| CsvDateConverter |
Converts a string in a CSV file to a date.
|
| CsvEnumConverter |
Converts a string from a CSV file to an Enum value.
|
| CsvFormatConverter<T> |
Converts a string from a CSV file to a Java object using a
Format. |
| CsvMapConverter<K,T> |
Converts a string from a CSV file to an object by using an explicit mapping.
|
| CsvNumberConverter |
Converts a string from a CSV file to a number.
|
Copyright © 2016 fastnate.org. All rights reserved.