Open sergey-morenets opened 1 year ago
Only Record -> Pojo is working at the moment. Pojo -> Record doesn't work yet.
for detail, please see https://github.com/modelmapper/modelmapper/issues/546#issuecomment-1068925341
Do you support Pojo -> Record now?
Hi
We tried to use together Java Records (Java 21) and ModelMapper (3.1.1) and added this dependency to our project. However the conversion still fails.
Here's source code:
Here's exception: