Uses of Interface
org.springframework.batch.extensions.excel.RowMapper
Packages that use RowMapper
Package
Description
Core interfaces for reading Excel files.
Default
RowMapper implementations.-
Uses of RowMapper in org.springframework.batch.extensions.excel
Methods in org.springframework.batch.extensions.excel with parameters of type RowMapperModifier and TypeMethodDescriptionvoidAbstractExcelItemReader.setRowMapper(RowMapper<T> rowMapper) Public setter for therowMapper. -
Uses of RowMapper in org.springframework.batch.extensions.excel.mapping
Classes in org.springframework.batch.extensions.excel.mapping that implement RowMapper