A C D E I J R S T

A

actual - Variable in class com.bazaarvoice.jolt.Diffy.Result
 
ArrayOrderObliviousDiffy - Class in com.bazaarvoice.jolt
Subclass of Diffy that does not care about Json Array order.
ArrayOrderObliviousDiffy() - Constructor for class com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
 

C

cloneJson(Object) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
com.bazaarvoice.jolt - package com.bazaarvoice.jolt
 

D

diff(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
 
diffHelper(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
 
diffList(List, List) - Method in class com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
 
diffList(List, List) - Method in class com.bazaarvoice.jolt.Diffy
 
diffMap(Map<String, Object>, Map<String, Object>) - Method in class com.bazaarvoice.jolt.Diffy
 
diffScalar(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
 
Diffy - Class in com.bazaarvoice.jolt
Json Diff tool that will walk two "Json" objects simultaneously and identify mismatches.
Diffy() - Constructor for class com.bazaarvoice.jolt.Diffy
 
Diffy.Result - Class in com.bazaarvoice.jolt
Contains the unmatched fields from the Diffy operation.
Diffy.Result() - Constructor for class com.bazaarvoice.jolt.Diffy.Result
 
Diffy.Result(Object, Object) - Constructor for class com.bazaarvoice.jolt.Diffy.Result
 

E

expected - Variable in class com.bazaarvoice.jolt.Diffy.Result
 

I

isEmpty() - Method in class com.bazaarvoice.jolt.Diffy.Result
 

J

javason(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
Utility for test classes, so that they can inline json in a test class.
jsonTo(InputStream, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToMap(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToMap(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToObject(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToObject(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
JsonUtils - Class in com.bazaarvoice.jolt
 
JsonUtils() - Constructor for class com.bazaarvoice.jolt.JsonUtils
 

R

removeRecursive(Object, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
Removes a key recursively from anywhere in a JSON document.

S

scalarEquals(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
Allow subclasses to handle things like Long 0 versus Int 0.

T

toJsonString(Object) - Static method in class com.bazaarvoice.jolt.JsonUtils
 

A C D E I J R S T

Copyright © 2013. All Rights Reserved.