Replies: 2 comments 1 reply
-
Facing same issue today at work 😢 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is tracked in #884. Feel free to react with 👍 to the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all I want to thank you for your awesome work and for your time.
Basically I'm trying to find a way of developing a generic method to map an object to another existing target object. I've already created a generic method that takes an object and maps it to a certain type as specified in the documentation (https://mapperly.riok.app/docs/configuration/generic-mapping/) but I can't find a way to do this with an existing target object.
The generic method I've already made is:
I'd like to do this also:
This results in the following error: "Partial method 'method' must have an implementation part because it has accessibility modifiers."
Is there a way of achieving this or is it planned to work in the future?
Thanks again, kind regards!
Beta Was this translation helpful? Give feedback.
All reactions