You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
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.