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.
有没有一个库可以通过属性比较两个 javabean 并告诉你它们之间的区别?
我在想这将是 BeanUtils 会做的事情,但在文档中找不到
基本上我想“区分”它们
不,没有用于此的库,因为实现起来很简单。只需使用artbrisol 在评论中提供的链接中的代码即可。