Modifier and Type | Class and Description |
---|---|
class |
JmesPathContainsFunction
Implements the contains function that checks if the given
array or string contains the given element
|
class |
JmesPathLengthFunction
Class 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.