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
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description ProcessEngineRestConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestResponseFactoryrestResponseFactory()
-
-
-
Method Detail
-
restResponseFactory
@ConditionalOnMissingBean @Bean public RestResponseFactory restResponseFactory()
-
-