Package com.flowable.spring.boot.process
Class ProcessEngineRestConfiguration
java.lang.Object
com.flowable.spring.boot.process.ProcessEngineRestConfiguration
@Import(DispatcherServletConfiguration.class) @ComponentScan("org.flowable.rest.service.api") public class ProcessEngineRestConfiguration extends java.lang.Object
Component scan for the Process engine 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 ProcessEngineRestConfiguration()
-
Method Summary
Modifier and Type Method Description org.flowable.rest.service.api.RestResponseFactory
restResponseFactory(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> restVariableConverters)
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ProcessEngineRestConfiguration
public ProcessEngineRestConfiguration()
-
-
Method Details
-
restResponseFactory
@Bean public org.flowable.rest.service.api.RestResponseFactory restResponseFactory(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> restVariableConverters)
-