@XmlElements
does not work with @XmlAccessorType(XmlAccessType.NONE)
#44
Milestone
@XmlElements
does not work with @XmlAccessorType(XmlAccessType.NONE)
#44
I cannot get working
@XmlElements
and@XmlAccessorType(XmlAccessType.NONE)
in Jackson 2.9.5. It ignores the field during serialization when I add XmlAccessorType annotation with NONE value.@XmlElement
works fine.Result is:
It used to work at least in 2.6 and seems to be a valid scenario.
The text was updated successfully, but these errors were encountered: