Skip navigation links
A C D E F G I J N 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(JsonUtil) - Constructor for class com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
 
ArrayOrderObliviousDiffy() - Constructor for class com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
 

C

classpathToList(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
classpathToList(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
classpathToList(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
classpathToMap(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
classpathToMap(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
classpathToMap(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
classpathToObject(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
classpathToObject(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
classpathToObject(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
classpathToType(String, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
classpathToType(String, Class<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
classpathToType(String, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
classpathToType(String, Class<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
classpathToType(String, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
classpathToType(String, Class<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
cloneJson(Object) - Method in interface com.bazaarvoice.jolt.JsonUtil
Makes a deep copy of a Map object by converting it to a String and then back onto stock JSON objects.
cloneJson(Object) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
cloneJson(Object) - Static method in class com.bazaarvoice.jolt.JsonUtils
Makes a deep copy of a Map object by converting it to a String and then back onto stock JSON objects.
com.bazaarvoice.jolt - package com.bazaarvoice.jolt
 
com.bazaarvoice.jolt.exception - package com.bazaarvoice.jolt.exception
 
configureStockJoltObjectMapper(ObjectMapper) - Static method in class com.bazaarvoice.jolt.JsonUtilImpl
 
customJsonUtil(ObjectMapper) - Static method in class com.bazaarvoice.jolt.JsonUtils
Construct a JsonUtil with a Jackson ObjectMapper that has been preconfigured with custom Modules or Mixins.

D

DEFAULT_ENCODING_UTF_8 - Static variable in class com.bazaarvoice.jolt.JsonUtilImpl
 
diff(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
 
diffHelper(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
 
diffList(List<Object>, List<Object>) - Method in class com.bazaarvoice.jolt.ArrayOrderObliviousDiffy
 
diffList(List<Object>, List<Object>) - 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(JsonUtil) - Constructor for class com.bazaarvoice.jolt.Diffy
Pass in a custom jsonUtil to use for the cloneJson method.
Diffy.Result - Class in com.bazaarvoice.jolt
Contains the unmatched fields from the Diffy operation.

E

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

F

filepathToList(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
filepathToList(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
filepathToList(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
filepathToMap(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
filepathToMap(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
filepathToMap(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
filepathToObject(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
filepathToObject(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
filepathToObject(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
fileToType(String, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
fileToType(String, Class<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
fileToType(String, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
fileToType(String, Class<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
fileToType(String, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
fileToType(String, Class<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 

G

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

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.
JsonMarshalException - Exception in com.bazaarvoice.jolt.exception
 
JsonMarshalException(String) - Constructor for exception com.bazaarvoice.jolt.exception.JsonMarshalException
 
JsonMarshalException(String, Throwable) - Constructor for exception com.bazaarvoice.jolt.exception.JsonMarshalException
 
jsonTo(String, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
Deprecated.
jsonTo(InputStream, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
Deprecated.
jsonTo(InputStream, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
Deprecated.
jsonTo(String, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
Deprecated.
jsonTo(String, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
Deprecated.
jsonTo(InputStream, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
Deprecated.
jsonToList(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToList(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToList(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToList(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToList(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToList(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToList(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToList(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToList(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToMap(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToMap(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToMap(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToMap(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToMap(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToMap(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToMap(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToMap(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToMap(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToObject(String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToObject(String, String) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToObject(InputStream) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
jsonToObject(String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToObject(String, String) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToObject(InputStream) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
jsonToObject(String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToObject(String, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
jsonToObject(InputStream) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
JsonUnmarshalException - Exception in com.bazaarvoice.jolt.exception
 
JsonUnmarshalException(String) - Constructor for exception com.bazaarvoice.jolt.exception.JsonUnmarshalException
 
JsonUnmarshalException(String, Throwable) - Constructor for exception com.bazaarvoice.jolt.exception.JsonUnmarshalException
 
JsonUtil - Interface in com.bazaarvoice.jolt
Utility methods for getting JSON content loaded from the filesystem, the classpath, or in memory Strings.
JsonUtilImpl - Class in com.bazaarvoice.jolt
Implementation of JsonUtil that allows the user to provide a configured Jackson ObjectMapper.
JsonUtilImpl(ObjectMapper) - Constructor for class com.bazaarvoice.jolt.JsonUtilImpl
By allowing the user to provide an ObjectMapper, it can be configured with knowledge of how to marshall and un-marshall your domain objects.
JsonUtilImpl() - Constructor for class com.bazaarvoice.jolt.JsonUtilImpl
 
JsonUtils - Class in com.bazaarvoice.jolt
Static method convenience wrappers for a JsonUtil configured with a minimal ObjectMapper.
JsonUtils() - Constructor for class com.bazaarvoice.jolt.JsonUtils
 

N

navigate(Object, Object...) - Static method in class com.bazaarvoice.jolt.JsonUtils
Deprecated.

R

removeRecursive(Object, String) - Static method in class com.bazaarvoice.jolt.JsonUtils
Deprecated.
Result() - Constructor for class com.bazaarvoice.jolt.Diffy.Result
 
Result(Object, Object) - Constructor for class com.bazaarvoice.jolt.Diffy.Result
 

S

scalarEquals(Object, Object) - Method in class com.bazaarvoice.jolt.Diffy
Allow subclasses to handle things like Long 0 versus Int 0.
streamToType(InputStream, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
streamToType(InputStream, Class<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
streamToType(InputStream, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
streamToType(InputStream, Class<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
streamToType(InputStream, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
streamToType(InputStream, Class<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
stringToType(String, TypeReference<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
stringToType(String, Class<T>) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
stringToType(String, TypeReference<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
stringToType(String, Class<T>) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
stringToType(String, TypeReference<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
stringToType(String, Class<T>) - Static method in class com.bazaarvoice.jolt.JsonUtils
 

T

toJsonString(Object) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
toJsonString(Object) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
toJsonString(Object) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
toPrettyJsonString(Object) - Method in interface com.bazaarvoice.jolt.JsonUtil
 
toPrettyJsonString(Object) - Method in class com.bazaarvoice.jolt.JsonUtilImpl
 
toPrettyJsonString(Object) - Static method in class com.bazaarvoice.jolt.JsonUtils
 
toString() - Method in class com.bazaarvoice.jolt.Diffy.Result
 
A C D E F G I J N R S T 
Skip navigation links

Copyright © 2023. All rights reserved.