Closed geny200 closed 5 months ago
Hi!
Thank you for reporting, but this is intended behavior. The transformElementNames
setting is only applied to case class field names. The @renamed
annotation sets XML element name manually.
In my opinion, making it the other way around would make the logic of @renamed
more difficult to understand
Hi, I tried to use the rename annotation with the withElementNamesTransformed config, but I did not get the expected result, instead it turned out that the name specified in the annotation cannot be modified even using the config.
Here is a minimal example: