Uses of Interface
com.opencsv.validators.RowValidator
Packages that use RowValidator
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of RowValidator in com.opencsv
Methods in com.opencsv with parameters of type RowValidatorModifier and TypeMethodDescriptionCSVReaderBuilder.withRowValidator(RowValidator rowValidator) Adds aRowValidatorto theCSVReader.CSVReaderHeaderAwareBuilder.withRowValidator(RowValidator rowValidator) Adds aRowValidatorto theCSVReaderHeaderAware. -
Uses of RowValidator in com.opencsv.validators
Classes in com.opencsv.validators that implement RowValidatorModifier and TypeClassDescriptionclassThis validator is best used to validate a specific property of the row - either about a specific element or information about the array itself.classThis validator is used when the number of columns is not neccessarily known but must be consistent.Fields in com.opencsv.validators with type parameters of type RowValidatorMethods in com.opencsv.validators with parameters of type RowValidatorModifier and TypeMethodDescriptionvoidRowValidatorAggregator.addValidator(RowValidator validator) Add a validator to the aggregator.Method parameters in com.opencsv.validators with type arguments of type RowValidatorModifier and TypeMethodDescription(package private) voidRowValidatorAggregator.setValidators(List<RowValidator> validators) Setter created for unit test.