| Modifier and Type | Method and Description | 
|---|---|
| Output | JmesPathVisitor. visit(JmesPathSubExpression subExpression,
     Input input) | 
| com.fasterxml.jackson.databind.JsonNode | JmesPathEvaluationVisitor. visit(JmesPathSubExpression subExpression,
     com.fasterxml.jackson.databind.JsonNode input)Evaluates a subexpression by evaluating the expression on
 the left with the original JSON document and then evaluating
 the expression on the right with the result of the left
 expression evaluation. | 
Copyright © 2019. All rights reserved.