jjzjj

XmlMixed

全部标签

java - 如何一起使用 @XmlMixed 、 @XmlElement 和 @XmlValue ?

我已经看过一些与此相关的讨论,但无法在以下场景中应用。我正在尝试使用jaxb解码xml。以下是我所有类(class)的层次结构。@XmlRootElement(name="entry")classEntryextednsBase{@XmlElementprivateStringid;@XmlElementprivateStringname;@XmlElementRef@XmlMixedprivateBeginbegin;@XmlElementRef@XmlMixedprivateEndend;@XmlElementRefprivateListlinks;//Gettersetters}