JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package org.springframework.batch.extensions.excel.mapping
package
org.springframework.batch.extensions.excel.mapping
Default
RowMapper
implementations.
Related Packages
Package
Description
org.springframework.batch.extensions.excel
Core interfaces for reading Excel files.
org.springframework.batch.extensions.excel.poi
Support classes for the Apache POI library.
org.springframework.batch.extensions.excel.streaming
Streaming implementation of ItemReaders.
Classes
Class
Description
BeanWrapperRowMapper
<T>
RowMapper
implementation based on bean property paths.
PassThroughRowMapper
Pass through
RowMapper
useful for passing the orginal
String[]
back directly rather than a mapped object.