Closed
Description
First of all, thank you for your generator.. It saves me from maintaining documentation by hand.
I was looking for module based on GSON as my project uses that instead of Jackson.
The property name with gson is defined with the @SerializedName("jsonProperty") annotation.
Is there such a module already available to your knowledge (my google search did not result in any..)
If not, any hint on how to get access to this annotation and update the proprty in the schema. Was trying to use
.withTypeAttributeOverride((collectedTypeAttributes, scope, context)
but sofar without success.