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
this is not working modelMapper.registerModule(new JavaTimeModule());
The text was updated successfully, but these errors were encountered:
Are you confusing this with Jackson's Jsr310Module and JavaTimeModule?
Sorry, something went wrong.
What do you mean?
what i observed is that if i try to register Jsr310Module - i get deprecated error and when i try registering JavaTimeModule - its not allowed
so how do i register my DateTimeModule ?
Are you sure you're importing the modelmapper Jsr310Module or are you accidentally importing Jackson's Jsr310Module, which is deprecated.
No branches or pull requests
this is not working modelMapper.registerModule(new JavaTimeModule());
The text was updated successfully, but these errors were encountered: