Package com.bazaarvoice.jolt
Class ArrayOrderObliviousDiffy
java.lang.Object
com.bazaarvoice.jolt.Diffy
com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
Subclass of Diffy that does not care about JSON Array order.
Useful for diffing JSON created from Java Tools that do not
care about preserving JSON array order from call to call.
*cough* DevAPI *cough*
-
Nested Class Summary
Nested classes/interfaces inherited from class com.bazaarvoice.jolt.Diffy
Diffy.Result
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Diffy.Result
private static int
findNextNonNullIndex
(List<Object> list, int index) private boolean
isAllNulls
(List<Object> list) Methods inherited from class com.bazaarvoice.jolt.Diffy
diff, diffHelper, diffMap, diffScalar, scalarEquals