We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need OffsetDateTime -> Long conversion, but it doesn't actually seem to be supported:
org.modelmapper.MappingException: ModelMapper mapping errors:
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:
Unsupported mapping types[java.time.LocalDateTime->java.lang.Long]
The text was updated successfully, but these errors were encountered:
Can you provide reproducible code? Thanks!
Sorry, something went wrong.
Sorry, that was months ago and now I don't recall where I encountered the problem.
No branches or pull requests
I need OffsetDateTime -> Long conversion, but it doesn't actually seem to be supported:
org.modelmapper.MappingException: ModelMapper mapping errors:
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:
Unsupported mapping types[java.time.LocalDateTime->java.lang.Long]
The text was updated successfully, but these errors were encountered: