Package | Description |
---|---|
com.bazaarvoice.jolt |
Modifier and Type | Class and Description |
---|---|
class |
JsonUtilImpl
Implementation of JsonUtil that allows the user to provide a configured
Jackson ObjectMapper.
|
Modifier and Type | Field and Description |
---|---|
private JsonUtil |
Diffy.jsonUtil |
private static JsonUtil |
JsonUtils.util |
Modifier and Type | Method and 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() |
Constructor and Description |
---|
ArrayOrderObliviousDiffy(JsonUtil jsonUtil) |
Diffy(JsonUtil jsonUtil)
Pass in a custom jsonUtil to use for the cloneJson method.
|