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