Class RuleFactoryTemplate

java.lang.Object
com.aquima.interactions.test.templates.resource.RuleFactoryTemplate

public class RuleFactoryTemplate extends Object
Template that can be used to create a rule factory.
Since:
6.0
Author:
O. Kerpershoek
  • Constructor Details

    • RuleFactoryTemplate

      public RuleFactoryTemplate()
  • Method Details

    • toFactory

      public com.aquima.interactions.rule.IRuleFactory toFactory()
      This method converts the template to a validation factory implementation.
      Returns:
      Validation factory implementation based on the template.