Package com.github.mizool.core.converter
Class JavaUtilDateConverter
- java.lang.Object
-
- com.github.mizool.core.converter.JavaUtilDateConverter
-
@Deprecated(forRemoval=true) public class JavaUtilDateConverter extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Don't use java.util.Date.
-
-
Constructor Summary
Constructors Constructor Description JavaUtilDateConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DatefromLocalDate(LocalDate pojo)Deprecated, for removal: This API element is subject to removal in a future version.DatefromZonedDateTime(ZonedDateTime pojo)Deprecated, for removal: This API element is subject to removal in a future version.LocalDatetoLocalDate(Date date)Deprecated, for removal: This API element is subject to removal in a future version.ZonedDateTimetoZonedDateTime(Date value)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
fromZonedDateTime
public Date fromZonedDateTime(ZonedDateTime pojo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
toZonedDateTime
public ZonedDateTime toZonedDateTime(Date value)
Deprecated, for removal: This API element is subject to removal in a future version.
-
fromLocalDate
public Date fromLocalDate(LocalDate pojo)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-