Package | Description |
---|---|
org.fastnate.data.csv |
Modifier and Type | Class and Description |
---|---|
class |
CsvBooleanConverter
Converts a string in a CSV file to a
Boolean . |
class |
CsvCharacterConverter
Converts a string from a CSV file to a
Character . |
class |
CsvDateConverter
Converts a string in a CSV file to a date.
|
class |
CsvEnumConverter
Converts a string from a CSV file to an Enum value.
|
class |
CsvFormatConverter<T>
Converts a string from a CSV file to a Java object using a
Format . |
class |
CsvMapConverter<K,T>
Converts a string from a CSV file to an object by using an explicit mapping.
|
class |
CsvNumberConverter
Converts a string from a CSV file to a number.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCsvDataProvider.addConverter(String column,
CsvPropertyConverter<?> converter)
Registers the converter to use for a specific column.
|
Copyright © 2016 fastnate.org. All rights reserved.