Class JsonMapperConfiguration
java.lang.Object
io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionJsonMapperConfiguration(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionio.camunda.common.json.JsonMapperio.camunda.zeebe.client.api.JsonMapper
-
Constructor Details
-
JsonMapperConfiguration
@Autowired public JsonMapperConfiguration(@Autowired(required=false) com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
jsonMapper
@Bean(name="zeebeJsonMapper") @ConditionalOnMissingBean public io.camunda.zeebe.client.api.JsonMapper jsonMapper() -
commonJsonMapper
@Bean(name="commonJsonMapper") @ConditionalOnMissingBean public io.camunda.common.json.JsonMapper commonJsonMapper()
-