Package com.flowable.spring.boot.rest
Class CoreInterceptorAutoConfiguration.BpmnRestApiConfiguration
java.lang.Object
com.flowable.spring.boot.rest.CoreInterceptorAutoConfiguration.BpmnRestApiConfiguration
- Enclosing class:
- CoreInterceptorAutoConfiguration
@Configuration(proxyBeanMethods=false) @ConditionalOnClass({org.flowable.rest.service.api.BpmnRestApiInterceptor.class,FlowableFormDecoratorInvoker.class}) public static class CoreInterceptorAutoConfiguration.BpmnRestApiConfiguration extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
-
Constructor Summary
Constructors Constructor Description BpmnRestApiConfiguration()
-
Method Summary
Modifier and Type Method Description org.flowable.rest.service.api.FormHandlerRestApiInterceptor
formHandlerRestApiInterceptor(org.springframework.beans.factory.ObjectProvider<FlowableFormDecoratorInvoker> formDecoratorInvoker)
-
Field Details
-
objectMapper
@Autowired(required=false) protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
BpmnRestApiConfiguration
public BpmnRestApiConfiguration()
-
-
Method Details
-
formHandlerRestApiInterceptor
@Bean @ConditionalOnMissingBean(org.flowable.rest.service.api.FormHandlerRestApiInterceptor.class) public org.flowable.rest.service.api.FormHandlerRestApiInterceptor formHandlerRestApiInterceptor(org.springframework.beans.factory.ObjectProvider<FlowableFormDecoratorInvoker> formDecoratorInvoker)
-