- com.github.kvnxiao.jsonequals - package com.github.kvnxiao.jsonequals
-
- compare() - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares the source with the comparate and returns a JsonCompareResult.
- compareNode(LazyObject, LazyObject) - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares two JSON objects, starting from the root level.
- compareNode(LazyArray, LazyArray) - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares two JSON arrays, starting from the root level.
- compareNode(LazyObject, LazyObject, String) - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares two JSON objects.
- compareNode(LazyArray, LazyArray, String) - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares two JSON arrays.
- compareTo(JsonRoot, Set<String>, Map<String, String>) - Method in class com.github.kvnxiao.jsonequals.JsonRoot
-
Compares this JsonRoot with another JsonRoot object.
- compareTo(JsonRoot) - Method in class com.github.kvnxiao.jsonequals.JsonRoot
-
Compares this JsonRoot with another JsonRoot object.
- compareToWithIgnore(JsonRoot, Set<String>) - Method in class com.github.kvnxiao.jsonequals.JsonRoot
-
Compares this JsonRoot with another JsonRoot object.
- compareToWithPrune(JsonRoot, Map<String, String>) - Method in class com.github.kvnxiao.jsonequals.JsonRoot
-
Compares this JsonRoot with another JsonRoot object.
- compareValues(LazyObject, LazyObject, String, String) - Method in class com.github.kvnxiao.jsonequals.JsonEquals
-
Compares the values at the end of the JSON hierarchy (i.e.
- Constants - Class in com.github.kvnxiao.jsonequals
-
- Constants() - Constructor for class com.github.kvnxiao.jsonequals.Constants
-
- create() - Static method in class com.github.kvnxiao.jsonequals.JsonChildren
-
Creates a new JsonChildren instance.