public class ResultSetToIntegerConverter extends AbstractResultSetToBasicFixedTypeConverter<Integer>
| Modifier and Type | Field and Description |
|---|---|
static ResultSetToIntegerConverter |
INSTANCE |
CONVERTER| Constructor and Description |
|---|
ResultSetToIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Integer |
doConvertSingleValue(Object object)
Converts the given value to this converter's type or throws
IllegalArgumentException. |
protected Class<?> |
getType() |
convert, doConvertResultSet, doConvertSingleRow, getExhaustedResultSetValue, getNullResultSetValuepublic static final ResultSetToIntegerConverter INSTANCE
protected Integer doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<Integer>protected Class<?> getType()
getType in class AbstractResultSetConverter<Integer>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.