Uses of Interface
com.opencsv.bean.processor.StringProcessor
-
Packages that use StringProcessor Package Description com.opencsv.bean.processor -
-
Uses of StringProcessor in com.opencsv.bean.processor
Classes in com.opencsv.bean.processor that implement StringProcessor Modifier and Type Class Description class
ConvertEmptyOrBlankStringsToDefault
StringProcessor that converts the empty or blank strings to a desired value string.class
ConvertEmptyOrBlankStringsToNull
StringProcessor that converts the empty or blank strings to a literal null string.class
ConvertWordNullToNull
StringProcessor that converts the string value "null" to a literal null string.Methods in com.opencsv.bean.processor that return types with arguments of type StringProcessor Modifier and Type Method Description java.lang.Class<? extends StringProcessor>
processor()
Returns the processor that will process the string.
-