public static class MessageQueueForm.SqlTimestampConverter extends Object implements org.apache.commons.beanutils.Converter
| Constructor and Description |
|---|
MessageQueueForm.SqlTimestampConverter()
Create a
Converter that will throw a ConversionException
if a conversion error occurs. |
MessageQueueForm.SqlTimestampConverter(Object defaultValue)
Create a
Converter that will return the specified default value
if a conversion error occurs. |
public MessageQueueForm.SqlTimestampConverter()
Converter that will throw a ConversionException
if a conversion error occurs.public MessageQueueForm.SqlTimestampConverter(Object defaultValue)
Converter that will return the specified default value
if a conversion error occurs.defaultValue - The default value to be returnedpublic Object convert(Class type, Object value)
convert in interface org.apache.commons.beanutils.Convertertype - Data type to which this value should be convertedvalue - The input value to be convertedorg.apache.commons.beanutils.ConversionException - if conversion cannot be performed
successfullyCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.