Uses of Record Class
cloud.opencode.base.core.bean.DiffResult
Packages that use DiffResult
-
Uses of DiffResult in cloud.opencode.base.core.bean
Methods in cloud.opencode.base.core.bean that return DiffResultModifier and TypeMethodDescriptionstatic <T> DiffResult<T> ObjectDiff.compare(T oldObj, T newObj) Compares two objects shallowly, reporting property-level diffs 浅比较两个对象,报告属性级别的差异ObjectDiff.ObjectDiffBuilder.compare()Executes the comparison and returns the result 执行比较并返回结果