Uses of Class
cloud.opencode.base.core.bean.ObjectDiff.ObjectDiffBuilder
Packages that use ObjectDiff.ObjectDiffBuilder
-
Uses of ObjectDiff.ObjectDiffBuilder in cloud.opencode.base.core.bean
Methods in cloud.opencode.base.core.bean that return ObjectDiff.ObjectDiffBuilderModifier and TypeMethodDescriptionstatic <T> ObjectDiff.ObjectDiffBuilder<T> ObjectDiff.builder(T oldObj, T newObj) Creates an advanced diff builder for the two objects 为两个对象创建高级差异比较构建器ObjectDiff.ObjectDiffBuilder.collectionDiff(boolean diff) Enables or disables element-level collection diff 启用或禁用元素级别的集合差异比较ObjectDiff.ObjectDiffBuilder.deep(boolean deep) Enables or disables deep recursive comparison 启用或禁用深度递归比较Sets the fields to exclude from comparison (blacklist) 设置要从比较中排除的字段(黑名单)Sets the fields to include in comparison (whitelist); others are excluded 设置要包含在比较中的字段(白名单);其他字段被排除ObjectDiff.ObjectDiffBuilder.maxCollectionSize(int max) Sets the maximum collection size for comparison; larger collections are marked UNCHANGED 设置比较的最大集合大小;超过限制的集合标记为 UNCHANGEDObjectDiff.ObjectDiffBuilder.maxDepth(int maxDepth) Sets the maximum recursion depth for deep comparison 设置深度比较的最大递归深度