Uses of Interface
org.springframework.batch.item.excel.RowMapper

Packages that use RowMapper
org.springframework.batch.item.excel Core interfaces for reading Excel files 
org.springframework.batch.item.excel.mapping Default RowMapper implementations. 
 

Uses of RowMapper in org.springframework.batch.item.excel
 

Methods in org.springframework.batch.item.excel with parameters of type RowMapper
 void AbstractExcelItemReader.setRowMapper(RowMapper<T> rowMapper)
          Public setter for the rowMapper.
 

Uses of RowMapper in org.springframework.batch.item.excel.mapping
 

Classes in org.springframework.batch.item.excel.mapping that implement RowMapper
 class BeanWrapperRowMapper<T>
          RowMapper implementation based on bean property paths.
 class PassThroughRowMapper
          Pass through RowMapper useful for passing the orginal String[] back directly rather than a mapped object.
 



Copyright © 2017. All rights reserved.