Uses of Class
org.csveed.bean.AbstractMapper
Packages that use 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
Method parameters in org.csveed.api with type arguments of type AbstractMapperModifier 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
Subclasses of AbstractMapper in org.csveed.beanModifier and TypeClassDescriptionclass
The Class ColumnIndexMapper.class
The Class ColumnNameMapper.Methods in org.csveed.bean that return AbstractMapperModifier and TypeMethodDescriptionBeanReaderImpl.createMappingStrategy()
Creates the mapping strategy.BeanReaderImpl.getMapper()
Gets the mapper.Methods in org.csveed.bean that return types with arguments of type AbstractMapperModifier and TypeMethodDescriptionClass
<? extends AbstractMapper> BeanInstructions.getMappingStrategy()
The mapping strategy to use for processing the bean.Class
<? extends AbstractMapper> BeanInstructionsImpl.getMappingStrategy()
Method parameters in org.csveed.bean with type arguments of type AbstractMapperModifier 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)