MCPcopy Create free account
hub / github.com/LianjiaTech/json-diff / withNullComparator

Method withNullComparator

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

自定义空类型比较器 @param nullComparator 空类型比较器 @return 对象本身

(NullComparator nullComparator)

Source from the content-addressed store, hash-verified

192 * @return 对象本身
193 */
194 public Diff withNullComparator(NullComparator nullComparator) {
195 this.nullComparator = nullComparator;
196 return this;
197 }
198
199 /**
200 * 自定义其他类型比较器

Callers 2

diff5Method · 0.80
diff6Method · 0.80

Calls

no outgoing calls

Tested by 2

diff5Method · 0.64
diff6Method · 0.64