Class CoreInterceptorAutoConfiguration.CmmnRestApiConfiguration

java.lang.Object
com.flowable.spring.boot.rest.CoreInterceptorAutoConfiguration.CmmnRestApiConfiguration
Enclosing class:
CoreInterceptorAutoConfiguration

@Configuration(proxyBeanMethods=false)
@ConditionalOnClass({org.flowable.cmmn.rest.service.api.CmmnRestApiInterceptor.class,FlowableFormDecoratorInvoker.class})
public static class CoreInterceptorAutoConfiguration.CmmnRestApiConfiguration
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected com.fasterxml.jackson.databind.ObjectMapper objectMapper  
  • Constructor Summary

    Constructors 
    Constructor Description
    CmmnRestApiConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    org.flowable.cmmn.rest.service.api.CmmnFormHandlerRestApiInterceptor cmmnFormHandlerRestApiInterceptor​(org.springframework.beans.factory.ObjectProvider<FlowableFormDecoratorInvoker> flowableFormDecoratorInvoker)  

    Methods inherited from class java.lang.Object

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

    • objectMapper

      @Autowired(required=false) protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

  • Method Details

    • cmmnFormHandlerRestApiInterceptor

      @Bean @ConditionalOnMissingBean(org.flowable.cmmn.rest.service.api.CmmnFormHandlerRestApiInterceptor.class) public org.flowable.cmmn.rest.service.api.CmmnFormHandlerRestApiInterceptor cmmnFormHandlerRestApiInterceptor​(org.springframework.beans.factory.ObjectProvider<FlowableFormDecoratorInvoker> flowableFormDecoratorInvoker)