T
- the (minimum) type of the target valuepublic interface CsvPropertyConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
convert(Class<? extends T> targetType,
String value)
Converts a value from CSV to Java.
|
Copyright © 2016 fastnate.org. All rights reserved.