Skip to content

Commit 4a728a4

Browse files
committed
update-readme(readme): update-readme
1 parent 0894f11 commit 4a728a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public class UseExample {
106106
| ---------------- | ------------------------------ |------------------------------------------------------------------------|
107107
| ignoreOrder | boolean | 是否比较过程中忽略数组顺序 |
108108
| mapping | Map<String, String> | 将真实字段映射到期望字段,key是真实字段name,value是期望的字段name.当真实字段和期望的字段对应的key都存在时,该配置才生效 |
109-
| ignorePath | Set\<String\> | 当对比的路径完全匹配时会被跳过。遇到数组使用 `[]` 即可。无需填入下标 |
109+
| ignorePath | Set\<String\> | 当对比的路径完全匹配时会被跳过。标准的json-path |
110110
| ignoreKey | Set\<String\> | 对比object时。或忽略该key。对整个json生效 |
111111

112112
> `2.0.1-RC1-RELEASE` 之后版本中移除了 `keyFunction` 配置参数。可以使用 `ignorePath` 来代替达到同样的效果。

0 commit comments

Comments
 (0)