You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When altering a mapped type (e.g. the target type of a mapping method), mappers referring to that type aren't re-generated reliably.
I couldn't quite figure when it's working and when not, often I had to explicitly rebuild the entire project. I'd assume there's a way in IntelliJ plug-ins to mark a type (a mapper type) as dependent on other types (the source and target types of the mapper's methods), so a re-generation can be triggered in such case.
The text was updated successfully, but these errors were encountered:
When altering a mapped type (e.g. the target type of a mapping method), mappers referring to that type aren't re-generated reliably.
I couldn't quite figure when it's working and when not, often I had to explicitly rebuild the entire project. I'd assume there's a way in IntelliJ plug-ins to mark a type (a mapper type) as dependent on other types (the source and target types of the mapper's methods), so a re-generation can be triggered in such case.
The text was updated successfully, but these errors were encountered: