java.lang.Object
com.broadleafcommerce.data.tracking.core.mapping.validation.rules.AbstractRegexRuleValidator
com.broadleafcommerce.data.tracking.core.mapping.validation.rules.BooleanRuleValidator
All Implemented Interfaces:
RuleValidator, org.springframework.core.Ordered

public class BooleanRuleValidator extends AbstractRegexRuleValidator
Validate a boolean comparison SPEL expression
Author:
Jeff Fischer
  • Field Details

  • Constructor Details

    • BooleanRuleValidator

      public BooleanRuleValidator()
  • Method Details

    • getRegex

      public String getRegex()
      Description copied from class: AbstractRegexRuleValidator
      A regular expression pattern used to match and validate a SPEL-based rule
      Specified by:
      getRegex in class AbstractRegexRuleValidator
      Returns:
      A regular expression pattern used to match and validate a SPEL-based rule
    • setRegex

      public void setRegex(String regex)