-
Notifications
You must be signed in to change notification settings - Fork 99
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
XML Element Wrapper enhancements (keep, etc) #463
Comments
Already available with |
Same here with this parameter |
See documentation of plugin here : https://github.com/highsource/jaxb-tools/wiki/JAXB-XML-ElementWrapper-Plugin |
xew key features: Part 1. Remove inner collection wrapper-only classes (ie. 'items') Use cases for 'keep' (ie sometimes do not do part 2): [Scenario 1] Remove collection-only wrapper object (double wrapper) and delete unused wrapper-only class Part 1: Part 2: [Scenario 2] 'keep' the wrapper-only object for this when we need a 'wrapper' for SOAP/REST return payload |
Sample config from other xew plugins (ref: https://github.com/dmak/jaxb-xew-plugin):
Schema snippet:
Creates:
The text was updated successfully, but these errors were encountered: