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.client.api.JsonMappercamundaJsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) io.camunda.zeebe.client.api.JsonMapperjsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) io.micrometer.core.instrument.MeterRegistrycom.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) -
camundaJsonMapper
@Bean(name="camundaJsonMapper") @ConditionalOnMissingBean public io.camunda.client.api.JsonMapper camundaJsonMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
objectMapper
@Bean @ConditionalOnMissingBean public com.fasterxml.jackson.databind.ObjectMapper objectMapper() -
meterRegistry
@Bean @ConditionalOnMissingBean public io.micrometer.core.instrument.MeterRegistry meterRegistry()
-