public class JavaUtilDateConverter extends Object
| Constructor and Description |
|---|
JavaUtilDateConverter() |
| Modifier and Type | Method and Description |
|---|---|
Date |
fromLocalDate(LocalDate pojo) |
Date |
fromZonedDateTime(ZonedDateTime pojo) |
LocalDate |
toLocalDate(Date record) |
ZonedDateTime |
toZonedDateTime(Date record) |
public Date fromZonedDateTime(ZonedDateTime pojo)
public ZonedDateTime toZonedDateTime(Date record)
Copyright © 2017. All rights reserved.