Package com.flowable.spring.boot.form
Class FormEngineRestConfiguration
java.lang.Object
com.flowable.spring.boot.form.FormEngineRestConfiguration
@Import(DispatcherServletConfiguration.class) @ComponentScan("com.flowable.form.rest.service.api") public class FormEngineRestConfiguration extends java.lang.Object
Component scan for the Form Rest API Configuration.
- Author:
- Filip Hrisafov
-
Constructor Summary
Constructors Constructor Description FormEngineRestConfiguration() -
Method Summary
Modifier and Type Method Description FormRestResponseFactoryformRestResponseFactory(FlowableFormDecoratorInvoker formDecoratorInvoker)
-
Constructor Details
-
FormEngineRestConfiguration
public FormEngineRestConfiguration()
-
-
Method Details
-
formRestResponseFactory
@Bean public FormRestResponseFactory formRestResponseFactory(FlowableFormDecoratorInvoker formDecoratorInvoker)
-