com.fasterxml.jackson.databind.ObjectMapper that can be configured using Spin’s configuration mechanism.
The data format class to register a configurator for is org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat. An instance of this class provides a setter for an ObjectMapper that can be used to replace the default object mapper. This logic goes into a configurator class that implements the interface org.camunda.spin.spi.DataFormatConfigurator. Please refer to the Jackson’s documentation on what configuration options are available.