处理不同的嵌套元素 jaxb
还有类似的问题,例如:
Handlingnested elements in JAXB
但它们并不完全正确解决同一级别上存在具有不同名称的元素时的情况:
<course>
<name>Calculus</name>
<grades>
<A>Good</A>
<B>Avg</B>
<C>Terrible</C>
</grades>
</course>
级别的数量是动态的。
成绩的 pojo 是多少?
There are similar questions such as:
Handling nested elements in JAXB
but they don't exactly address the case when there are elements with distinct names on the same level:
<course>
<name>Calculus</name>
<grades>
<A>Good</A>
<B>Avg</B>
<C>Terrible</C>
</grades>
</course>
The number of grades is dynamic.
What's the pojo for the grades?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)