public class MapTableDataProvider extends Object implements TableDataProvider<Map<String,? extends Object>>
| Constructor and Description |
|---|
MapTableDataProvider(SimpleTableDef tableDef,
Collection<Map<String,?>> maps) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
SimpleTableDef |
getTableDef() |
Object |
getValue(String column,
Map<String,? extends Object> record) |
void |
insert(Map<String,Object> recordData) |
Iterator<Map<String,? extends Object>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MapTableDataProvider(SimpleTableDef tableDef, Collection<Map<String,?>> maps)
public SimpleTableDef getTableDef()
getTableDef in interface TableDataProvider<Map<String,? extends Object>>public Object getValue(String column, Map<String,? extends Object> record)
getValue in interface TableDataProvider<Map<String,? extends Object>>Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.