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

org.sfm.csv.package-info Maven / Gradle / Ivy

Go to download

Java library to map flat record - ResultSet, csv - to java object with minimum configuration and low footprint.

There is a newer version: 1.10.3
Show newest version
/**
 * {@link org.sfm.csv.CsvMapper} classes to map object from a csv file. It is instantiated using the {@link org.sfm.csv.CsvMapperFactory} 
 * 

* * CsvMapper<MyObject> mapper = CsvMapperFactory.newInstance().newMapper(MyObject.class);

* mapper.forEach(reader, (o) -> writer.append(o.toString()).append("\n")); *
*

*/ package org.sfm.csv;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy