I would very much like everyone's help on how to map Immutable objects (using @Value from Lombok) with Mapstruct.
I looked at the Mapstruct documentation and noticed that we can use the writing strategy for DefaultAccessorNamingStrategy.
What would be the best way to do this? If possible, would you have examples?
Since I have observed many people asking the same thing, but I have not found any real examples of the solution to this problem / strategy
Thanks in advance for your help and support. :)