stoicflame/enunciate-openapi

@XmlElementWrapper is missing in output

Closed this issue · 1 comments

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.