Class JsonUtilImpl

java.lang.Object
com.bazaarvoice.jolt.JsonUtilImpl
All Implemented Interfaces:
JsonUtil

public class JsonUtilImpl extends Object implements JsonUtil
Implementation of JsonUtil that allows the user to provide a configured Jackson ObjectMapper. All IOExceptions are caught, wrapped with context, and rethrown as RuntimeExceptions.