Package io.dialob.form.service
Class DialobFormServiceAutoConfiguration
- java.lang.Object
-
- io.dialob.form.service.DialobFormServiceAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @ImportResource("classpath:dialob-form-service-cache-context.xml") public class DialobFormServiceAutoConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description DialobFormServiceAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormIdRenamerformIdRenamer(RuleExpressionCompiler ruleExpressionCompiler)FormItemCopierformItemCopier(RuleExpressionCompiler compiler, FormIdRenamer renamerService)
-
-
-
Method Detail
-
formIdRenamer
@Bean public FormIdRenamer formIdRenamer(RuleExpressionCompiler ruleExpressionCompiler)
-
formItemCopier
@Bean public FormItemCopier formItemCopier(RuleExpressionCompiler compiler, FormIdRenamer renamerService)
-
-