net.sf.anupam.csv.mapping |
net.sf.anupam.csv.mapping package
(Internal) package which provides functionality to parse the
XML mapping of CSV to POJO for the framework. This is for use by the
framework only, and in normal circumstances need not be used by the end-client.
|
Java Source File Name | Type | Comment |
CSVBeanMapping.java | Class | Represents the CSV to Java Bean mapping for a single Java bean. |
CSVFieldMapping.java | Class | Represents a single CSV field to Java Bean attribute mapping. |
CSVMappingParser.java | Class | XML Parser (based on Commons Digester) to parse and return the mapping
configuration. |