Package com.opencsv.bean.customconverter
package com.opencsv.bean.customconverter
Custom converters that are generally useful are collected here.
Anyone can write any custom converter they wish to, of course, but if a custom converter seems that it would be of widespread use, it should be provided here.Suggestions for widely applicable, general-purpose converters that can be added to this package are welcome.
-
ClassesClassDescriptionA base class for any converter to and from booleans when the string values have been or should be localized to a specific language.This class converts common French representations of boolean values into a
Boolean
.This class converts common German representations of boolean values into aBoolean
.