| Modifier and Type | Class and Description | 
|---|---|
| class  | JmesPathContainsFunctionImplements the contains function that checks if the given
 array or string contains the given element | 
| class  | JmesPathLengthFunctionClass definition for length function that determines
 the length of the given argument | 
| Modifier and Type | Method and Description | 
|---|---|
| Output | JmesPathVisitor. visit(JmesPathFunction function,
     Input input) | 
| com.fasterxml.jackson.databind.JsonNode | JmesPathEvaluationVisitor. visit(JmesPathFunction function,
     com.fasterxml.jackson.databind.JsonNode input)Evaluates function expression in applicative order. | 
Copyright © 2020. All rights reserved.