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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait