Package org.flowable.spring.boot.process
Class ProcessEngineRestConfiguration
java.lang.Object
org.flowable.spring.boot.process.ProcessEngineRestConfiguration
@Import(DispatcherServletConfiguration.class)
@ComponentScan("org.flowable.rest.service.api")
public class ProcessEngineRestConfiguration
extends Object
Component scan for the Process engine REST API Configuration.
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.databind.ObjectMapper -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
ProcessEngineRestConfiguration
public ProcessEngineRestConfiguration()
-
-
Method Details
-
restResponseFactory
-