highsource / highsource/jaxb-tools
Initial support for record types
Open
enhancement
- Dominant language
- Java
- Stars
- 465
- Forks
- 105
- PR merge metrics
- No merged PRs in 30d
Description
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)
Contributor guide
Assessment
This issue has not been assessed yet.