Uses of Interface
com.bazaarvoice.jolt.JsonUtil
Packages that use JsonUtil
-
Uses of JsonUtil in com.bazaarvoice.jolt
Classes in com.bazaarvoice.jolt that implement JsonUtilModifier and TypeClassDescriptionclass
Implementation of JsonUtil that allows the user to provide a configured Jackson ObjectMapper.Fields in com.bazaarvoice.jolt declared as JsonUtilModifier and TypeFieldDescriptionprivate final JsonUtil
Diffy.jsonUtil
private static final JsonUtil
JsonUtils.util
Methods in com.bazaarvoice.jolt that return JsonUtilModifier and TypeMethodDescriptionstatic 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 JsonUtilModifierConstructorDescriptionArrayOrderObliviousDiffy
(JsonUtil jsonUtil) Pass in a custom jsonUtil to use for the cloneJson method.