public class StringToDateConverter extends DateConversionSupport implements IConverter
| Constructor and Description |
|---|
StringToDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
Object |
convert(Object source)
Returns the result of the conversion of the given object.
|
Object |
getFromType()
Returns the type whose instances can be converted by this converter.
|
Object |
getToType()
Returns the type to which this converter can convert.
|
format, format, getDateFormat, numFormatters, parse, parsepublic StringToDateConverter()
public Object convert(Object source)
IConverterconvert in interface IConvertersource - the object to convert, of type IConverter.getFromType()IConverter.getToType()public Object getFromType()
IConvertergetFromType in interface IConverterpublic Object getToType()
IConvertergetToType in interface IConverter