org.apache.commons.convert
Class DateTimeConverters.StringToTimestamp
java.lang.Object
org.apache.commons.convert.AbstractConverter<S,T>
org.apache.commons.convert.AbstractLocalizedConverter<String,Timestamp>
org.apache.commons.convert.DateTimeConverters.StringToTimestamp
- All Implemented Interfaces:
- Converter<String,Timestamp>, ConverterLoader, LocalizedConverter<String,Timestamp>
- Enclosing class:
- DateTimeConverters
public static class DateTimeConverters.StringToTimestamp
- extends AbstractLocalizedConverter<String,Timestamp>
An object that converts a String to a
java.sql.Timestamp.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateTimeConverters.StringToTimestamp
public DateTimeConverters.StringToTimestamp()
convert
public Timestamp convert(String obj)
throws ConversionException
- Description copied from interface:
Converter
- Converts
obj to T.
- Parameters:
obj - The source Object to convert
- Returns:
- The converted
Object
- Throws:
ConversionException
convert
public Timestamp convert(String obj,
Locale locale,
TimeZone timeZone,
String formatString)
throws ConversionException
- Converts
obj to a java.sql.Timestamp. If
formatString is null, the string must be
formatted as DateTimeConverters.JDBC_TIMESTAMP_FORMAT.
- Parameters:
obj - The source Object to convertlocale - The locale used for conversion - must not be nulltimeZone - The time zone used for conversion - must not be nullformatString - Optional formatting string
- Returns:
- The converted
Object
- Throws:
ConversionException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.