Package org.flowable.spring.boot.cmmn
Class CmmnEngineRestConfiguration
java.lang.Object
org.flowable.spring.boot.cmmn.CmmnEngineRestConfiguration
@Import(DispatcherServletConfiguration.class)
@ComponentScan("org.flowable.cmmn.rest.service.api")
public class CmmnEngineRestConfiguration
extends Object
Component scan for the CMMN 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
-
CmmnEngineRestConfiguration
public CmmnEngineRestConfiguration()
-
-
Method Details
-
cmmnRestResponseFactory
-