All Known Implementing Classes:
MappingRuleMatchers.AndMatcher, MappingRuleMatchers.MatchAllMatcher, MappingRuleMatchers.OrMatcher, MappingRuleMatchers.UserGroupMatcher, MappingRuleMatchers.VariableMatcher

public interface MappingRuleMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the matcher matches the current context.
  • Method Details

    • match

      boolean match(VariableContext variables)
      Returns true if the matcher matches the current context.
      Parameters:
      variables - The variable context, which contains all the variables
      Returns:
      true if this matcher matches to the provided variable set