public static class MappingRuleMatchers.OrMatcher extends Object implements MappingRuleMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
match(VariableContext variables)
This match method will go through all the provided matchers and call
their match method, if any of them match we return true.
|
String |
toString() |
public boolean match(VariableContext variables)
match
in interface MappingRuleMatcher
variables
- The variable context, which contains all the variablesCopyright © 2008–2024 Apache Software Foundation. All rights reserved.