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.
有没有办法比较两个对象只选择我想要的属性?我知道我们可以使用忽略机制,但如果它是一个大对象,我将需要忽略许多属性,在这种情况下,最好的选择是只选择我们想要的。
有什么线索吗?
谢谢,
其中一个选项是使用比较器:
javersBuilder.registerCustomComparator(new JaversClazzCustomizedComparator(), ClazzCustomized.class).build();
在内部,您可以为每个属性创建一个 equal。