public class PresenceExpression extends Object implements FilterExpression
| Constructor and Description |
|---|
PresenceExpression(String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Map<String,String> map)
Evaluate the filter expression.
|
public PresenceExpression(String key)
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.