Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
com.opencsv.validators |
Modifier and Type | Method and Description |
---|---|
CSVReaderBuilder |
CSVReaderBuilder.withLineValidator(LineValidator lineValidator)
Adds a
LineValidator to the CSVReader . |
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withLineValidator(LineValidator lineValidator)
Adds a
LineValidator to the CSVReaderHeaderAware . |
Modifier and Type | Method and Description |
---|---|
void |
LineValidatorAggregator.addValidator(LineValidator validator)
Add an validator to the aggregator.
|
Copyright © 2005–2023. All rights reserved.