Package com.flowable.spring.boot.job
Class ExternalJobRestConfiguration
java.lang.Object
com.flowable.spring.boot.job.ExternalJobRestConfiguration
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.external.job.rest.service.api") public class ExternalJobRestConfiguration extends java.lang.Object
Component scan for the External Job REST API Configuration.
- Author:
- Filip Hrisafov
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description ExternalJobRestConfiguration()
-
Method Summary
Modifier and Type Method Description org.flowable.external.job.rest.service.api.ExternalJobRestResponseFactory
restResponseFactory(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> variableConverters)
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ExternalJobRestConfiguration
public ExternalJobRestConfiguration()
-
-
Method Details
-
restResponseFactory
@Bean @ConditionalOnMissingBean public org.flowable.external.job.rest.service.api.ExternalJobRestResponseFactory restResponseFactory(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> variableConverters)
-