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