JmesPathExpressionpublic class JmesPathContainsFunction extends JmesPathFunction
| Constructor | Description |
|---|---|
JmesPathContainsFunction(List<JmesPathExpression> expressions) |
Constructs a new JmesPathContainsFunction with the given
list of expressions to be evaluated
|
JmesPathContainsFunction(JmesPathExpression... expressions) |
| Modifier and Type | Method | 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, getExpressionspublic 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 JmesPathFunctionevaluatedArgs - List of input expressionsCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.