Package io.camunda.zeebe.process.test
Class ObjectMapperConfig
java.lang.Object
io.camunda.zeebe.process.test.ObjectMapperConfig
Shared custom
ObjectMapper configured by the user-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.camunda.client.impl.CamundaObjectMapperstatic voidinitObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
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)
-