public class JmesPathContainsFunction extends JmesPathFunction
Constructor and Description |
---|
JmesPathContainsFunction(JmesPathExpression... expressions) |
JmesPathContainsFunction(List<JmesPathExpression> expressions)
Constructs a new JmesPathContainsFunction with the given
list of expressions to be evaluated
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
evaluate(List<com.fasterxml.jackson.databind.JsonNode> evaluatedArgs)
Retrieves the subject(lhs expression) which could be an array
or string, the search(rhs expression) which could be any JmesPath
expression.
|
accept, getExpressions
public JmesPathContainsFunction(JmesPathExpression... expressions)
public JmesPathContainsFunction(List<JmesPathExpression> expressions)
expressions
- List of expressionspublic com.fasterxml.jackson.databind.JsonNode evaluate(List<com.fasterxml.jackson.databind.JsonNode> evaluatedArgs)
evaluate
in class JmesPathFunction
evaluatedArgs
- List of input expressionsCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.