com.bazaarvoice.jolt
Class ArrayOrderObliviousDiffy
java.lang.Object
com.bazaarvoice.jolt.Diffy
com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
public class ArrayOrderObliviousDiffy
- extends Diffy
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 classes/interfaces inherited from class com.bazaarvoice.jolt.Diffy |
Diffy.Result |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArrayOrderObliviousDiffy
public ArrayOrderObliviousDiffy()
diffList
protected Diffy.Result diffList(List expected,
List actual)
- Overrides:
diffList in class Diffy
Copyright © 2013. All Rights Reserved.