highsource / highsource/jaxb-tools

Initial support for record types

Open
#524 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.