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