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