public final class CsvDateConverter extends CsvFormatConverter<Date>
CsvFormatConverter
.Constructor and Description |
---|
CsvDateConverter()
Creates a new instance of
CsvDateConverter . |
Modifier and Type | Method and Description |
---|---|
Date |
convert(Class<? extends Date> targetType,
String value)
Converts a value from CSV to Java.
|
public CsvDateConverter()
CsvDateConverter
.public Date convert(Class<? extends Date> targetType, String value)
CsvPropertyConverter
convert
in interface CsvPropertyConverter<Date>
convert
in class CsvFormatConverter<Date>
targetType
- the type of the target propertyvalue
- the value in CSVCopyright © 2016 fastnate.org. All rights reserved.