| Modifier and Type | Field and Description |
|---|---|
static ResultSetToListOfStringConverter |
INSTANCE |
| Constructor and Description |
|---|
ResultSetToListOfStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
doConvertResultSet(List<Map<String,Object>> resultSet)
Converts the given result set (as a
List<Map<String,Object>>) to this converter's type
or throws IllegalArgumentException. |
protected List<String> |
doConvertSingleRow(Map<String,Object> row)
Converts the given row (as a
Map<String,Object>) to this converter's type or throws
IllegalArgumentException. |
protected List<String> |
doConvertSingleValue(Object object)
Converts the given value to this converter's type or throws
IllegalArgumentException. |
protected Class<?> |
getType() |
convert, getExhaustedResultSetValue, getNullResultSetValuepublic static final ResultSetToListOfStringConverter INSTANCE
protected List<String> doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<List<String>>protected List<String> doConvertSingleRow(Map<String,Object> row)
AbstractResultSetConverterMap<String,Object>) to this converter's type or throws
IllegalArgumentException. This default implementation simply throws.doConvertSingleRow in class AbstractResultSetConverter<List<String>>protected List<String> doConvertResultSet(List<Map<String,Object>> resultSet)
AbstractResultSetConverterList<Map<String,Object>>) to this converter's type
or throws IllegalArgumentException. This default implementation simply throws.doConvertResultSet in class AbstractResultSetConverter<List<String>>protected Class<?> getType()
getType in class AbstractResultSetConverter<List<String>>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.