Class JsonMapperConfiguration

java.lang.Object
io.camunda.zeebe.spring.client.configuration.JsonMapperConfiguration

@Configuration public class JsonMapperConfiguration extends Object
  • Constructor Details

    • JsonMapperConfiguration

      @Autowired public JsonMapperConfiguration(@Autowired(required=false) com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details

    • jsonMapper

      @Bean(name="zeebeJsonMapper") @ConditionalOnMissingBean public JsonMapper jsonMapper()
    • commonJsonMapper

      @Bean(name="commonJsonMapper") @ConditionalOnMissingBean public JsonMapper commonJsonMapper()