public class ExpressionType extends Object
FunctionExpressions as a lambda to be
invoked by the JMESPath function where they are needed.
For an example in practice, see the sort_by function: https://jmespath.org/specification.html#func-sort-by| Constructor and Description |
|---|
ExpressionType(Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
expression() |
public ExpressionType(Expression expression)
public Expression expression()
Copyright © 2023. All rights reserved.