All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.csveed.api.package-info Maven / Gradle / Ivy

Go to download

Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!

There is a newer version: 0.8.2
Show newest version
/**
* The main interface of interaction with CSVeed for a developer. The most important interface here is
* {@link org.csveed.api.CsvClient} which if a Facade for both {@link org.csveed.bean.BeanReader} and
* {@link org.csveed.row.RowReader}. There should be no need for accessing those two directly, although
* it is possible.
*/
package org.csveed.api;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy