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.
xsd生成对象时如何解决冲突jaxb?
xsd
jaxb
下面是例子:
A.xsd包括B.xsdand C.xsd BothB.xsd并且C.xsd有一个重复的元素
A.xsd
B.xsd
C.xsd
当我不久前遇到这个问题时,我发现有 3 个选项可以解决这个问题:
将 XSD 中的类重命名为其他名称以避免该问题。
创建绑定文件以在生成时重新映射类。
从下往上生成类,制作剧集文件并每次指定一个新包,以便对象不会在同一个包内发生冲突。