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.
我有 2 个.xsd文件,cxf-xjc-plugin用于生成 Java 类。但是,我还没有找到将equals()2 个类与嵌套类进行比较(即通过调用方法)的解决方案。我不使用其他插件。
.xsd
cxf-xjc-plugin
equals()
我应该如何修复它?
equalsJAXB 生成的类没有hashcode实现。为了支持生成该代码,需要将其他信息添加到模式中。还有其他库,例如JAXB2 Basics,它们确实支持生成equals()方法。
equals
hashcode