Uses of Class
com.opencsv.bean.FuzzyMappingStrategyBuilder
-
Packages that use FuzzyMappingStrategyBuilder Package Description com.opencsv.bean A bean binding interface for use with opencsv. -
-
Uses of FuzzyMappingStrategyBuilder in com.opencsv.bean
Methods in com.opencsv.bean that return FuzzyMappingStrategyBuilder Modifier and Type Method Description FuzzyMappingStrategyBuilder<T>
FuzzyMappingStrategyBuilder. withForceCorrectRecordLength(boolean forceCorrectRecordLength)
Insists that every record will be considered to be of the correct length (that is, the same number of columns as the header).
-