Interface MappingRuleMatcher
- All Known Implementing Classes:
MappingRuleMatchers.AndMatcher,MappingRuleMatchers.MatchAllMatcher,MappingRuleMatchers.OrMatcher,MappingRuleMatchers.UserGroupMatcher,MappingRuleMatchers.VariableMatcher
public interface MappingRuleMatcher
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(VariableContext variables) Returns true if the matcher matches the current context.
-
Method Details
-
match
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
-