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 TypeClassDescriptionclassImplementation of JsonUtil that allows the user to provide a configured Jackson ObjectMapper.Fields in com.bazaarvoice.jolt declared as JsonUtilModifier and TypeFieldDescriptionprivate final JsonUtilDiffy.jsonUtilprivate static final JsonUtilJsonUtils.utilMethods in com.bazaarvoice.jolt that return JsonUtilModifier and TypeMethodDescriptionstatic 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 JsonUtilModifierConstructorDescriptionArrayOrderObliviousDiffy(JsonUtil jsonUtil) Pass in a custom jsonUtil to use for the cloneJson method.