Interface RuleSet<R extends Rule>

    • Method Detail

      • getRules

        List<R> getRules()

        Method returns a list of rules created so far.

        Returns:
        list of currently known rules
      • ruleExists

        default boolean ruleExists​(String name)
      • getRule

        R getRule​(String name)
      • getRule

        default R getRule​(Named named)
      • setRuleBuilderExceptionHandler

        @Deprecated
        default void setRuleBuilderExceptionHandler​(RuleBuilderExceptionHandler ignored)
        Deprecated.
        Since version 3.1.0, for performance reasons, rules are no longer compiled one by one. As such, the use of this exception handler has become obsolete. Please join our discussions on GitHub to propose a new approach.