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