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

Initial support for record types #524

Open
mattrpav opened this issue Mar 12, 2024 · 1 comment
Open

Initial support for record types #524

mattrpav opened this issue Mar 12, 2024 · 1 comment

Comments

@mattrpav
Copy link
Collaborator

mattrpav commented Mar 12, 2024

  1. Generate record type objects
  2. Unmarshal into constructor-only instantiation (or is direct field access available?)
  3. Consider generating record types in a separate package or as a second type next to the POJO with a 'Record' suffix for the name.

ie. Order, OrderRecord, Item, ItemRecord, etc

Marshalling should be unchanged (use getters or fields)

@laurentschoelens
Copy link
Collaborator

Linked issues in JAXB-RI 1659 and JAXB-API 183

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants