public class EqualityExpression extends Object implements FilterExpression
| Constructor and Description |
|---|
EqualityExpression(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Map<String,String> map)
Evaluate the filter expression.
|
public boolean matches(Map<String,String> map)
FilterExpressionmatches in interface FilterExpressionmap - the data on which the filter expression is evaluatedCopyright © The Apache Software Foundation. All Rights Reserved.