Uses of Enum Class
cloud.opencode.base.json.diff.JsonDiff.DiffType
Packages that use JsonDiff.DiffType
Package
Description
JSON Diff - JSON Object Comparison
JSON Diff - JSON 对象比较
-
Uses of JsonDiff.DiffType in cloud.opencode.base.json.diff
Subclasses with type arguments of type JsonDiff.DiffType in cloud.opencode.base.json.diffMethods in cloud.opencode.base.json.diff that return JsonDiff.DiffTypeModifier and TypeMethodDescriptionJsonDiff.Difference.type()Returns the value of thetyperecord component.static JsonDiff.DiffTypeReturns the enum constant of this class with the specified name.static JsonDiff.DiffType[]JsonDiff.DiffType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.json.diff with parameters of type JsonDiff.DiffTypeModifier and TypeMethodDescriptionJsonDiff.DiffResult.getDifferencesByType(JsonDiff.DiffType type) Returns differences of a specific type.Constructors in cloud.opencode.base.json.diff with parameters of type JsonDiff.DiffTypeModifierConstructorDescriptionDifference(JsonDiff.DiffType type, String path, JsonNode sourceValue, JsonNode targetValue) Creates an instance of aDifferencerecord class.