Uses of Class
org.csveed.bean.AbstractMapper
Package
Description
The main interface of interaction with CSVeed for a developer.
The package responsible for converting Rows to Beans.
-
Uses of AbstractMapper in org.csveed.api
Modifier and TypeMethodDescriptionCsvClient.setMapper
(Class<? extends AbstractMapper> mapper) Determines which mapping strategy is to be employed for mapping cells to bean properties.CsvClientImpl.setMapper
(Class<? extends AbstractMapper> mapper) -
Uses of AbstractMapper in org.csveed.bean
Modifier and TypeClassDescriptionclass
The Class ColumnIndexMapper.class
The Class ColumnNameMapper.Modifier and TypeMethodDescriptionBeanReaderImpl.createMappingStrategy()
Creates the mapping strategy.BeanReaderImpl.getMapper()
Gets the mapper.Modifier and TypeMethodDescriptionClass
<? extends AbstractMapper> BeanInstructions.getMappingStrategy()
The mapping strategy to use for processing the bean.Class
<? extends AbstractMapper> BeanInstructionsImpl.getMappingStrategy()
Modifier and TypeMethodDescriptionBeanInstructions.setMapper
(Class<? extends AbstractMapper> mapper) Determines which mapping strategy is to be employed for mapping cells to bean properties.BeanInstructionsImpl.setMapper
(Class<? extends AbstractMapper> mapper)