Package com.github.mizool.core.converter
Class JavaUtilDateConverter
java.lang.Object
com.github.mizool.core.converter.JavaUtilDateConverter
Deprecated, for removal: This API element is subject to removal in a future version.
Don't use java.util.Date.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfromLocalDate(LocalDate pojo) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.toLocalDate(Date date) Deprecated, for removal: This API element is subject to removal in a future version.toZonedDateTime(Date value) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
JavaUtilDateConverter
public JavaUtilDateConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
fromZonedDateTime
Deprecated, for removal: This API element is subject to removal in a future version. -
toZonedDateTime
Deprecated, for removal: This API element is subject to removal in a future version. -
fromLocalDate
Deprecated, for removal: This API element is subject to removal in a future version. -
toLocalDate
Deprecated, for removal: This API element is subject to removal in a future version.
-