Class ObjectMapperConfig

java.lang.Object
io.camunda.zeebe.process.test.ObjectMapperConfig

public class ObjectMapperConfig extends Object
Shared custom ObjectMapper configured by the user
  • Constructor Details

    • ObjectMapperConfig

      public ObjectMapperConfig()
  • Method Details

    • getObjectMapper

      public static io.camunda.client.impl.CamundaObjectMapper getObjectMapper()
      Returns:
      the configured ObjectMapper.
    • initObjectMapper

      public static void initObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)