Uses of Class
net.sf.anupam.csv.mapping.CSVBeanMapping
Packages that use CSVBeanMapping
Package
Description
Provides the core CSV parsing and mapping framework.
Internal mapping model and XML parser components for CSV-to-POJO mappings.
-
Uses of CSVBeanMapping in net.sf.anupam.csv
Methods in net.sf.anupam.csv that return CSVBeanMappingModifier and TypeMethodDescriptionCSVParserFactory.getBeanMapping(String beanName) Returns the requested bean mapping configuration.protected CSVBeanMappingCSVParser.getRootBeanMapping()Returns the root bean mapping.Constructors in net.sf.anupam.csv with parameters of type CSVBeanMappingModifierConstructorDescriptionCSVParser(CSVBeanMapping rootBeanMapping, net.sf.anupam.csv.CSVReader reader) Constructor for CSVParser. -
Uses of CSVBeanMapping in net.sf.anupam.csv.mapping
Methods in net.sf.anupam.csv.mapping that return CSVBeanMappingModifier and TypeMethodDescriptionCSVFieldMapping.getBeanReference()Returns the referenced bean mapping, if one is present.Methods in net.sf.anupam.csv.mapping that return types with arguments of type CSVBeanMappingModifier and TypeMethodDescriptionCSVMappingParser.getMappings(String xmlFileName, boolean inClassPath) Returns the map of parsed mapping configuration beans.Methods in net.sf.anupam.csv.mapping with parameters of type CSVBeanMappingModifier and TypeMethodDescriptionvoidCSVFieldMapping.setBeanReference(CSVBeanMapping beanReference) Sets the referenced bean mapping for this field.