@XmlElementWrapper is missing in output
Closed this issue · 1 comments
jskov-jyskebank-dk commented
A field such as this:
@XmlElementWrapper(name="receivers")
@XmlElement(name = "receiver")
private List<String> receivers = new ArrayList<>();
is missing the wrapped information in the OpenApi output.
jskov-jyskebank-dk commented
Fixed via 5299c41