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*
  • Constructor Details

    • ArrayOrderObliviousDiffy

      public ArrayOrderObliviousDiffy(JsonUtil jsonUtil)
    • ArrayOrderObliviousDiffy

      public ArrayOrderObliviousDiffy()
  • Method Details