| Constructor and Description |
|---|
ResultSetToListConverter()
Create a new
ResultSetToListConverter using a default RowToMapConverter. |
ResultSetToListConverter(Converter<com.datastax.driver.core.Row,Map<String,Object>> rowConverter)
Create a new
ResultSetToListConverter given a row to map Converter. |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
convert(com.datastax.driver.core.ResultSet resultSet) |
public ResultSetToListConverter()
ResultSetToListConverter using a default RowToMapConverter.Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.