@DecodeType(value=java.sql.Time.class) public class SqlTimeDecoder extends DateDecoder
Time data decoder.
Extends DateDecoder and returns
a java.sql.Time instance.
DataDecoder.Factorydecoder, DEFAULT_DATE_FORMAT, format, FORMAT, LOCALE_COUNTRY_CODE, LOCALE_LANGUAGE_CODE, VERIFY_LOCALELOCALE| Constructor and Description |
|---|
SqlTimeDecoder() |
| Modifier and Type | Method and Description |
|---|---|
Object |
decode(String data)
Decode the supplied String data into a new Object data instance.
|
encodesetConfigurationgetConfiguration, getLocale, getLocale, isLocalInstalledpublic Object decode(String data) throws DataDecodeException
DataDecoderdecode in interface DataDecoderdecode in class DateDecoderdata - Data to be decoded.DataDecodeException - Error decoding data.Copyright © 2020. All rights reserved.