Package com.flowable.spring.boot.idm
Class IdmEngineRestConfiguration
java.lang.Object
com.flowable.spring.boot.idm.IdmEngineRestConfiguration
@Import(DispatcherServletConfiguration.class) @Configuration(proxyBeanMethods=false) @ComponentScan(basePackageClasses=CoreIdmEngineRestMarker.class) @EnableAsync @EnableTransactionManagement public class IdmEngineRestConfiguration extends java.lang.Object
- Author:
- Tijs Rademakers
-
Constructor Summary
Constructors Constructor Description IdmEngineRestConfiguration()
-
Method Summary
Modifier and Type Method Description IdmRestResponseFactory
idmRestResponseFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserDefinitionService userDefinitionService)
-
Constructor Details
-
IdmEngineRestConfiguration
public IdmEngineRestConfiguration()
-
-
Method Details
-
idmRestResponseFactory
@Bean public IdmRestResponseFactory idmRestResponseFactory(com.fasterxml.jackson.databind.ObjectMapper objectMapper, UserDefinitionService userDefinitionService)
-