public class ResultSetToBooleanConverter extends AbstractResultSetToBasicFixedTypeConverter<Boolean>
| Modifier and Type | Field and Description |
|---|---|
static ResultSetToBooleanConverter |
INSTANCE |
CONVERTER| Constructor and Description |
|---|
ResultSetToBooleanConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
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 ResultSetToBooleanConverter INSTANCE
protected Boolean doConvertSingleValue(Object object)
AbstractResultSetConverterIllegalArgumentException.doConvertSingleValue in class AbstractResultSetConverter<Boolean>protected Class<?> getType()
getType in class AbstractResultSetConverter<Boolean>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.