Alexey Valikov
Alexey Valikov
1. Have no preference. Whatever the Eclipse default formatting is. :) 2. Sure. I didn't do it because of 1.5 compat, but now it's dropped anyway, so go ahead.
Sorry, was a mistake in the release notes.
No, what you want should already work. This issue is about complex types annotated with `jaxb:class/@ref`. Where do you hang your customizaton?
https://github.com/highsource/jaxb2-basics/wiki/JAXB2-Simplify-Plugin#simplifying-references-property Not that in the case of a reference property, you have to customize one of thexs:elements and not the xs:choice. So customize one of your elements. On Thu, Oct...
Nope, but at least reproduced.
For some reason XJC does not attach customizations to these elements. I don't know, why, but it is as it is. To work around, customize via the class, ex.: ```...
Documented: https://github.com/highsource/jaxb2-basics/wiki/JAXB2-Simplify-Plugin But this is still NOT THIS ISSUE.
@AndreasBrie > to keep the original localNames and property names You mean JSON property names should be exactly as local names of respective attributes/elements? There are some properties which may...
Ok, this can be quite easily implemented for "simple" [property types](https://github.com/highsource/jsonix/wiki/Properties) like attribute property and element property. This won't work for other properties (value, elements, element reference, elements reference, any...
Why do you say it is generated improperly?