public class CanonicalFromDateConverter extends Object implements IConverter<Date,Long>
| Constructor and Description |
|---|
CanonicalFromDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
Long |
convert(Date source)
Convert the actual source object.
|
Class<?> |
getSourceType()
The source type the converter supports.
|
Class<?> |
getTargetType()
The target type the converter supports.
|
public Long convert(Date source) throws ConversionException
IConverterconvert in interface IConverter<Date,Long>ConversionExceptionpublic Class<?> getSourceType()
IConvertergetSourceType in interface IConverter<Date,Long>public Class<?> getTargetType()
IConvertergetTargetType in interface IConverter<Date,Long>Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.