Skip to content
New issue

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

When using Lombok in @Mapping's target, the expression field will lose the reference relationship #206

Open
183461750 opened this issue Sep 3, 2024 · 1 comment

Comments

@183461750
Copy link

Screenshots of lost reference relationships :
image

Screenshots with reference relationships :
image

The expectation is that when used together with Lombok, the reference relationship can also be used normally.

Thank you !

@filiphr
Copy link
Member

filiphr commented Sep 3, 2024

@183461750 The use of field extensions might be the cause why this is not working. That is something experimental from Lombok and we are not going to spend the effort in supporting it.

I would advise that you use regular string int he target and source.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants