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

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

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

Methods in org.springframework.batch.item.excel with parameters of type RowSetFactory
 void AbstractExcelItemReader.setRowSetFactory(RowSetFactory rowSetFactory)
          Public setter for the rowSetFactory.
 

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

Classes in org.springframework.batch.item.excel.support.rowset that implement RowSetFactory
 class DefaultRowSetFactory
          RowSetFactory implementation which constructs a DefaultRowSet instance and DefaultRowSetMetaData instance.
 



Copyright © 2017. All rights reserved.