Class FlowsConfigurationFactory

java.lang.Object
formflow.library.config.FlowsConfigurationFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>

public class FlowsConfigurationFactory extends Object implements org.springframework.beans.factory.FactoryBean<List<FlowConfiguration>>
Parses the flow configuration yaml file and setups the FlowConfiguration list.
  • Constructor Details

    • FlowsConfigurationFactory

      public FlowsConfigurationFactory()
  • Method Details