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 class
JsonUtilImpl
Implementation 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 JsonUtil
Diffy. jsonUtil
private static JsonUtil
JsonUtils. util
Methods in com.bazaarvoice.jolt that return JsonUtil Modifier and Type Method Description static JsonUtil
JsonUtils. customJsonUtil(com.fasterxml.jackson.databind.ObjectMapper mapper)
Construct a JsonUtil with a Jackson ObjectMapper that has been preconfigured with custom Modules or Mixins.static JsonUtil
JsonUtils. 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.
-