Mihnea Pretorian
Mihnea Pretorian
It would be very good if those two plugins would work together because I could not find yet a way to generate from XSD a good set of JAXB objects...
Thanks. As a starting project see also the one that I attached in my first comment.
Adding the JsonSchemaInject annotation like below forces the tool to generate correctly the JSON schema. ``` @JsonSchemaInject(merge = false , json = "{\"type\": \"string\"}") protected PlatformMerchantAccountType refId; ``` Would be...
Hi everybody, I also had the need to update a builder, especially the existing builders of a collection property. There was no way to iterate over those and update them....