private static class DateFormatterRegistrar.CalendarToLongConverter extends java.lang.Object implements Converter<java.util.Calendar,java.lang.Long>
| Modifier | Constructor and Description |
|---|---|
private |
CalendarToLongConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
convert(java.util.Calendar source)
Convert the source object of type
S to target type T. |
public java.lang.Long convert(java.util.Calendar source)
ConverterS to target type T.