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