modelmapper / modelmapper-module-java8

ModelMapper Module for Java8
Apache License 2.0
14 stars 15 forks source link

Doc says it's supported, but... #18

Open jamo3 opened 3 years ago

jamo3 commented 3 years ago

I need OffsetDateTime -> Long conversion, but it doesn't actually seem to be supported:

org.modelmapper.MappingException: ModelMapper mapping errors:

1) Converter org.modelmapper.module.jsr310.FromTemporalConverter@69e8b711 failed to convert java.time.OffsetDateTime to java.lang.Long. Caused by: org.modelmapper.MappingException: ModelMapper mapping errors:

1) Unsupported mapping types[java.time.LocalDateTime->java.lang.Long]

chhsiao90 commented 3 years ago

Can you provide reproducible code? Thanks!

jamo3 commented 3 years ago

Sorry, that was months ago and now I don't recall where I encountered the problem.