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