@Converter public final class DateTimeConverter extends Object
| Modifier and Type | Method and Description |
|---|---|
static Date |
toDate(Long l) |
static Long |
toLong(Date date) |
static TimeZone |
toTimeZone(String s) |
@Converter public static TimeZone toTimeZone(String s)
@Converter public static Date toDate(Long l)
@Converter public static Long toLong(Date date)
Apache Camel