MCPcopy Index your code
hub / github.com/LianjiaTech/json-diff / withSpecialPath

Method withSpecialPath

src/main/java/com/ke/diff/Diff.java:143–146  ·  view source on GitHub ↗

设置自定义路径 @param specialPath 自定义路径列表 @return 对象本身

(List<String> specialPath)

Source from the content-addressed store, hash-verified

141 * @return 对象本身
142 */
143 public Diff withSpecialPath(List<String> specialPath){
144 this.specialPath = specialPath;
145 return this;
146 }
147
148 /**
149 * 设置噪音路径

Callers 12

mainMethod · 0.80
diff4Method · 0.80
diff5Method · 0.80
diff6Method · 0.80
diff7Method · 0.80
testDiff3Method · 0.80
testDiff3Method · 0.80
testDiff4Method · 0.80
testDiff5Method · 0.80
testDiff6Method · 0.80
testDiffMethod · 0.80
testDiffMethod · 0.80

Calls

no outgoing calls

Tested by 12

mainMethod · 0.64
diff4Method · 0.64
diff5Method · 0.64
diff6Method · 0.64
diff7Method · 0.64
testDiff3Method · 0.64
testDiff3Method · 0.64
testDiff4Method · 0.64
testDiff5Method · 0.64
testDiff6Method · 0.64
testDiffMethod · 0.64
testDiffMethod · 0.64