Class JmesPathParser
- java.lang.Object
-
- software.amazon.awssdk.codegen.jmespath.parser.JmesPathParser
-
public class JmesPathParser extends Object
Parses a JMESPath expression string into anExpression. This implements the grammar described here: https://jmespath.org/specification.html#grammar
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Expressionparse(String jmesPathString)Parses a JMESPath expression string into aExpression.
-
-
-
Method Detail
-
parse
public static Expression parse(String jmesPathString)
Parses a JMESPath expression string into aExpression.
-
-