Package com.opencsv.bean.processor
-
Interface Summary Interface Description StringProcessor This is the interface for validators for a singleString
value. -
Class Summary Class Description ConvertEmptyOrBlankStringsToDefault StringProcessor that converts the empty or blank strings to a desired value string.ConvertEmptyOrBlankStringsToNull StringProcessor that converts the empty or blank strings to a literal null string.ConvertWordNullToNull StringProcessor that converts the string value "null" to a literal null string. -
Annotation Types Summary Annotation Type Description PreAssignmentProcessor Specifies the binding of a processor to a field in a bean.