Skip to content
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
@UnasZole

Description

@UnasZole

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions