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 aRowValidator
to theCSVReader
.CSVReaderHeaderAwareBuilder.withRowValidator
(RowValidator rowValidator) Adds aRowValidator
to theCSVReaderHeaderAware
. -
Uses of RowValidator in com.opencsv.validators
Classes in com.opencsv.validators that implement RowValidatorModifier and TypeClassDescriptionclass
This validator is best used to validate a specific property of the row - either about a specific element or information about the array itself.class
This 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 TypeMethodDescriptionvoid
RowValidatorAggregator.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) void
RowValidatorAggregator.setValidators
(List<RowValidator> validators) Setter created for unit test.