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.
-
Class Summary Class Description ConverterLanguageToBoolean<T,I> A base class for any converter to and from booleans when the string values have been or should be localized to a specific language.ConvertFrenchToBoolean<T,I> This class converts common French representations of boolean values into aBoolean
.ConvertGermanToBoolean<T,I> This class converts common German representations of boolean values into aBoolean
.