接口 ObjectJsonNeat

所有超级接口:
JsonNeat

public interface ObjectJsonNeat extends JsonNeat
  • 方法概要

    修饰符和类型
    方法
    说明
    detectDiff(com.alibaba.fastjson2.JSONObject expect, com.alibaba.fastjson2.JSONObject actual)
    比较对象

    从接口继承的方法 me.codeleep.jsondiff.common.model.neat.JsonNeat

    diff, diff, diff
  • 方法详细资料

    • detectDiff

      JsonCompareResult detectDiff(com.alibaba.fastjson2.JSONObject expect, com.alibaba.fastjson2.JSONObject actual)
      比较对象
      参数:
      expect - 期望的json对象
      actual - 实际的json对象
      返回:
      返回比较结果
      抛出:
      IllegalAccessException - 发生异常直接抛出