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