Uses of Interface
com.bazaarvoice.jolt.JsonUtil
-
Packages that use JsonUtil Package Description com.bazaarvoice.jolt -
-
Uses of JsonUtil in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement JsonUtil Modifier and Type Class Description classJsonUtilImplImplementation of JsonUtil that allows the user to provide a configured Jackson ObjectMapper.Fields in com.bazaarvoice.jolt declared as JsonUtil Modifier and Type Field Description private JsonUtilDiffy. jsonUtilprivate static JsonUtilJsonUtils. utilMethods in com.bazaarvoice.jolt that return JsonUtil Modifier and Type Method Description static JsonUtilJsonUtils. customJsonUtil(com.fasterxml.jackson.databind.ObjectMapper mapper)Construct a JsonUtil with a Jackson ObjectMapper that has been preconfigured with custom Modules or Mixins.static JsonUtilJsonUtils. getDefaultJsonUtil()Constructors in com.bazaarvoice.jolt with parameters of type JsonUtil Constructor Description ArrayOrderObliviousDiffy(JsonUtil jsonUtil)Diffy(JsonUtil jsonUtil)Pass in a custom jsonUtil to use for the cloneJson method.
-