Jackson xml 2.9.0: @JacksonXmlElementWrapper not working with @JsonCreator & @JsonProperty constructor
问题 I would like that my ParentClass has final fields, 'brokenChildList' list is wrapped xml element and list items have different tag than the list ( <brokenChildList><brokenChild/></brokenChildList> ). Here is a snippet of code to reproduce my issues (imports are partially truncated, setters and getters omitted) import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml