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

Method withAlgorithmEnum

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

选择算法模型 @param algorithmEnum 算法模型枚举类 @return 对象本身

(AlgorithmEnum algorithmEnum)

Source from the content-addressed store, hash-verified

131 * @return 对象本身
132 */
133 public Diff withAlgorithmEnum(AlgorithmEnum algorithmEnum){
134 this.algorithmEnum = algorithmEnum;
135 return this;
136 }
137
138 /**
139 * 设置自定义路径

Callers 14

mainMethod · 0.80
diff3Method · 0.80
diff4Method · 0.80
testDiff1Method · 0.80
testDiff2Method · 0.80
testDiff3Method · 0.80
testDiff1Method · 0.80
testDiff2Method · 0.80
testDiff3Method · 0.80
testDiff4Method · 0.80
testDiff5Method · 0.80
testDiff6Method · 0.80

Calls

no outgoing calls

Tested by 14

mainMethod · 0.64
diff3Method · 0.64
diff4Method · 0.64
testDiff1Method · 0.64
testDiff2Method · 0.64
testDiff3Method · 0.64
testDiff1Method · 0.64
testDiff2Method · 0.64
testDiff3Method · 0.64
testDiff4Method · 0.64
testDiff5Method · 0.64
testDiff6Method · 0.64