| Package | Description |
|---|---|
| org.mazarineblue.datasources |
| Modifier and Type | Method and Description |
|---|---|
default <T> T |
DataSource.getData(int index,
Class<T> objectType) |
default <T> T |
DataSource.getData(String column,
Class<T> objectType)
Return the object at the specified column.
|
| Constructor and Description |
|---|
ExcelSource(String sourceIdentifier,
org.apache.poi.ss.usermodel.Sheet sheet,
boolean hasHeader)
Opens a sheet of an excel file as a DataSource.
|
ObjectArraySource(String sourceName,
DataSource source) |
Copyright © 2015. All rights reserved.