Class ZeebeTestDefaultConfiguration
java.lang.Object
io.camunda.zeebe.spring.test.configuration.ZeebeTestDefaultConfiguration
Fallback values if certain beans are missing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.zeebe.client.api.JsonMapperjsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Details
-
ZeebeTestDefaultConfiguration
public ZeebeTestDefaultConfiguration()
-
-
Method Details
-
jsonMapper
@Bean(name="zeebeJsonMapper") @ConditionalOnMissingBean public io.camunda.zeebe.client.api.JsonMapper jsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
objectMapper
@Bean @ConditionalOnMissingBean public com.fasterxml.jackson.databind.ObjectMapper objectMapper()
-