org.csveed.api.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of csveed Show documentation
Show all versions of csveed Show documentation
Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!
/**
* 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