stoicflame / enunciate-openapi

OpenAPI3 module for Enunciate
Apache License 2.0
10 stars 10 forks source link

@XmlElementWrapper is missing in output #4

Closed jskov-jyskebank-dk closed 6 years ago

jskov-jyskebank-dk commented 6 years ago

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 6 years ago

Fixed via 5299c4149acaa6d2a8768f2adecd47667b7404ea