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