public class ResultSetToListConverter extends Object implements org.springframework.core.convert.converter.Converter<com.datastax.driver.core.ResultSet,List<Map<String,Object>>>
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> |
rowConverter |
| Constructor and Description |
|---|
ResultSetToListConverter() |
ResultSetToListConverter(org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> rowConverter) |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,Object>> |
convert(com.datastax.driver.core.ResultSet resultSet) |
org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> |
getRowConverter() |
void |
setRowConverter(org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> rowConverter) |
public org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> getRowConverter()
public void setRowConverter(org.springframework.core.convert.converter.Converter<com.datastax.driver.core.Row,Map<String,Object>> rowConverter)
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.