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
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description CmmnEngineRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CmmnRestResponseFactorycmmnRestResponseFactory()
-
-
-
Method Detail
-
cmmnRestResponseFactory
@Bean public CmmnRestResponseFactory cmmnRestResponseFactory()
-
-