Package net.sf.anupam.csv
package net.sf.anupam.csv
Provides the core CSV parsing and mapping framework.
The main entry points are CSVParserFactory
and CSVParser. CSV records are mapped into POJO
beans using a declarative csv-mapping.xml available on the classpath.
The implementation is read-only and does not provide CSV writing.
Requires Java 8 or newer.
-
ClassesClassDescriptionResolves classpath resources with a consistent loader fallback order.Parses CSV files and creates the mapped POJO objects.Singleton factory for creating the
CSVParserparser objects for clients of the framework.