mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
#1595 Update reference guide with implicit conversion between java.time.Instant and java.util.Date
This commit is contained in:
parent
6b3cbaae9e
commit
ef82ebfbca
@ -957,6 +957,8 @@ public interface CarMapper {
|
||||
|
||||
* Between `java.time.LocalDate` from Java 8 Date-Time package and `java.util.Date` where timezone UTC is used as the timezone.
|
||||
|
||||
* Between `java.time.Instant` from Java 8 Date-Time package and `java.util.Date`.
|
||||
|
||||
* Between `java.time.ZonedDateTime` from Java 8 Date-Time package and `java.util.Calendar`.
|
||||
|
||||
* Between `java.sql.Date` and `java.util.Date`
|
||||
|
Loading…
x
Reference in New Issue
Block a user