com.bazaarvoice.jolt
Class ArrayOrderObliviousDiffy

java.lang.Object
  extended by com.bazaarvoice.jolt.Diffy
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.bazaarvoice.jolt.Diffy
Diffy.Result
 
Constructor Summary
ArrayOrderObliviousDiffy()
           
 
Method Summary
protected  Diffy.Result diffList(List expected, List actual)
           
 
Methods inherited from class com.bazaarvoice.jolt.Diffy
diff, diffHelper, diffMap, diffScalar, scalarEquals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayOrderObliviousDiffy

public ArrayOrderObliviousDiffy()
Method Detail

diffList

protected Diffy.Result diffList(List expected,
                                List actual)
Overrides:
diffList in class Diffy


Copyright © 2013. All Rights Reserved.