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

Packages that use RowSetMetaData
org.springframework.batch.item.excel.support.rowset RowSet abstraction for Excel documents 
 

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

Classes in org.springframework.batch.item.excel.support.rowset that implement RowSetMetaData
 class DefaultRowSetMetaData
          Default implementation for the RowSetMetaData interface.
 

Methods in org.springframework.batch.item.excel.support.rowset that return RowSetMetaData
 RowSetMetaData DefaultRowSet.getMetaData()
           
 RowSetMetaData RowSet.getMetaData()
          Retrieves the meta data (name of the sheet, number of columns, names) of this row set.
 



Copyright © 2017. All rights reserved.