Uses of Record Class
cloud.opencode.base.core.bean.Diff
Packages that use Diff
-
Uses of Diff in cloud.opencode.base.core.bean
Methods in cloud.opencode.base.core.bean that return types with arguments of type DiffModifier and TypeMethodDescriptionDiffResult.diffs()Returns the value of thediffsrecord component.DiffResult.getAdded()Returns only ADDED diffs 返回仅 ADDED 类型的差异DiffResult.getModified()Returns only MODIFIED diffs 返回仅 MODIFIED 类型的差异DiffResult.getRemoved()Returns only REMOVED diffs 返回仅 REMOVED 类型的差异Constructor parameters in cloud.opencode.base.core.bean with type arguments of type DiffModifierConstructorDescriptionDiffResult(Class<T> type, List<Diff<?>> diffs) Creates a DiffResult with validation and defensive copy 创建 DiffResult(带验证和防御性拷贝)