Package com.flowable.spring.boot.rest
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)
-
Field Details
-
objectMapper
@Autowired(required=false) protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
CmmnRestApiConfiguration
public CmmnRestApiConfiguration()
-
-
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)
-