Class JmesPathParser

java.lang.Object
software.amazon.awssdk.codegen.jmespath.parser.JmesPathParser

public class JmesPathParser extends Object
Parses a JMESPath expression string into an Expression. This implements the grammar described here: https://jmespath.org/specification.html#grammar
  • Method Details