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