接口 ObjectJsonNeat
- 所有超级接口:
JsonNeat
-
方法概要
修饰符和类型方法说明detectDiff(com.alibaba.fastjson2.JSONObject expect, com.alibaba.fastjson2.JSONObject actual) 比较对象
-
方法详细资料
-
detectDiff
JsonCompareResult detectDiff(com.alibaba.fastjson2.JSONObject expect, com.alibaba.fastjson2.JSONObject actual) 比较对象- 参数:
expect- 期望的json对象actual- 实际的json对象- 返回:
- 返回比较结果
- 抛出:
IllegalAccessException- 发生异常直接抛出
-