Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将使用 javax.xml.bind.annotation 的属性添加到简单类型(在这种情况下为字符串)
所以我想要这个
<myObj><stuff foo="bar">data</stuff></myObj>
如果 stuff 是 'myObj' 内的字符串,这可能吗?
我知道这很可能很容易我只是很难找到一个将属性添加到非复杂类型的示例。
非常感谢!
我讨厌让事情悬而未决...基本上我想做的是向驻留在类中的字符串添加一个属性,但我必须做的是将该字符串包装成一个也有 xmlvlaue 的 pojo作为属性的其他成员。
谢谢