This repository was archived by the owner on Sep 21, 2022. It is now read-only.
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Fluent API plugin misses some methods when building with JAXB episodes #39
Open
Description
Use case is the following :
- An XSD type, let's call it Type1, is defined.
- Another type, Type2, is defined as en extension of Type1.
- Type1 is built by itself, first, using fluent API, and with JAXB episode generation enabled.
- Then we try to build Type2 in another step, still using fluent API, and providing the episode file generated before.
When doing this, Type2 will be missing all the with___ methods related to the setters of Type1; which it gets correctly if everything is generated in a single step.
Metadata
Metadata
Assignees
Labels
No labels