jaxb-tools icon indicating copy to clipboard operation
jaxb-tools copied to clipboard

Initial support for record types

Open mattrpav opened this issue 11 months ago • 1 comments

  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)

mattrpav avatar Mar 12 '24 21:03 mattrpav

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

laurentschoelens avatar Mar 13 '24 15:03 laurentschoelens