Uses of Record Class
cloud.opencode.base.json.diff.JsonDiff.Difference
Packages that use JsonDiff.Difference
Package
Description
JSON Diff - JSON Object Comparison
JSON Diff - JSON 对象比较
-
Uses of JsonDiff.Difference in cloud.opencode.base.json.diff
Methods in cloud.opencode.base.json.diff that return types with arguments of type JsonDiff.DifferenceModifier and TypeMethodDescriptionJsonDiff.DiffResult.differences()Returns the value of thedifferencesrecord component.JsonDiff.DiffResult.getDifferencesByType(JsonDiff.DiffType type) Returns differences of a specific type.Constructor parameters in cloud.opencode.base.json.diff with type arguments of type JsonDiff.DifferenceModifierConstructorDescriptionDiffResult(List<JsonDiff.Difference> differences, JsonNode source, JsonNode target) Creates an instance of aDiffResultrecord class.