|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||