@Import(value=DispatcherServletConfiguration.class) @ComponentScan(value="org.flowable.external.job.rest.service.api") public class ExternalJobRestConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
ExternalJobRestConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ExternalJobRestResponseFactory |
restResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters) |
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
@Bean @ConditionalOnMissingBean public ExternalJobRestResponseFactory restResponseFactory(org.springframework.beans.factory.ObjectProvider<RestVariableConverter> variableConverters)
Copyright © 2022 Flowable. All rights reserved.