/**
  * Define the format for date/time with the given {@link java.text.DateFormat}.
  *
  * @see #setSimpleDateFormat(String)
  */
 public void setDateFormat(DateFormat dateFormat) {
   jacksonObjectMapperFactoryBean.setDateFormat(dateFormat);
 }