public class JmesPathParser extends Object
Expression
.
This implements the grammar described here: https://jmespath.org/specification.html#grammarModifier and Type | Method and Description |
---|---|
static Expression |
parse(String jmesPathString)
Parses a JMESPath expression string into a
Expression . |
public static Expression parse(String jmesPathString)
Expression
.Copyright © 2022. All rights reserved.