/**
  * Set the ObjectMapper instance to use. If not set, the ObjectMapper will be created using its
  * default constructor.
  */
 public void setObjectMapper(ObjectMapper objectMapper) {
   jacksonObjectMapperFactoryBean.setObjectMapper(objectMapper);
 }