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 generating constructor calling code, full package name should be used.
For my case, I need mapper between types have same name, different package.
As you see the above image, the destination type mismatch case exists.
To solve this issue, generated code should use full package name instead.
The text was updated successfully, but these errors were encountered:
When generating constructor calling code, full package name should be used.
For my case, I need mapper between types have same name, different package.
As you see the above image, the destination type mismatch case exists.
To solve this issue, generated code should use full package name instead.
The text was updated successfully, but these errors were encountered: