Class CmmnEngineRestConfiguration

java.lang.Object
com.flowable.spring.boot.cmmn.CmmnEngineRestConfiguration

@Import(DispatcherServletConfiguration.class)
@ComponentScan("org.flowable.cmmn.rest.service.api")
public class CmmnEngineRestConfiguration
extends java.lang.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.ObjectMapper objectMapper  
  • Constructor Summary

    Constructors 
    Constructor Description
    CmmnEngineRestConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.cmmn.rest.service.api.CmmnRestResponseFactory cmmnRestResponseFactory​(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> restVariableConverters)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • objectMapper

      @Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

  • Method Details

    • cmmnRestResponseFactory

      @Bean public org.flowable.cmmn.rest.service.api.CmmnRestResponseFactory cmmnRestResponseFactory​(org.springframework.beans.factory.ObjectProvider<org.flowable.common.rest.variable.RestVariableConverter> restVariableConverters)