Uses of Interface
org.springframework.batch.item.excel.support.rowset.RowSet

Packages that use RowSet
org.springframework.batch.item.excel Core interfaces for reading Excel files 
org.springframework.batch.item.excel.mapping Default RowMapper implementations. 
org.springframework.batch.item.excel.support.rowset RowSet abstraction for Excel documents 
 

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

Methods in org.springframework.batch.item.excel with parameters of type RowSet
 void RowCallbackHandler.handleRow(RowSet rs)
           
 T RowMapper.mapRow(RowSet rs)
          Implementations must implement this method to map the provided row to the parameter type T.
 

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

Methods in org.springframework.batch.item.excel.mapping with parameters of type RowSet
 String[] PassThroughRowMapper.mapRow(RowSet rs)
           
 T BeanWrapperRowMapper.mapRow(RowSet rs)
          Map the org.springframework.batch.item.file.transform.FieldSet to an object retrieved from the enclosing Spring context, or to a new instance of the required type if no prototype is available.
 

Uses of RowSet in org.springframework.batch.item.excel.support.rowset
 

Classes in org.springframework.batch.item.excel.support.rowset that implement RowSet
 class DefaultRowSet
          Default implementation of the RowSet interface.
 

Methods in org.springframework.batch.item.excel.support.rowset that return RowSet
 RowSet DefaultRowSetFactory.create(Sheet sheet)
           
 RowSet RowSetFactory.create(Sheet sheet)
          Create a rowset instance.
 



Copyright © 2017. All rights reserved.