Package software.amazon.smithy.jmespath.evaluation
package software.amazon.smithy.jmespath.evaluation
-
ClassDescriptionFunctions that make evaluating JmespathExpressions or implementing the JmespathRuntime interface easier.Evaluator<T>An interface to provide the operations needed for JMESPath expression evaluation based on any runtime representation of JSON values.A builder interface for new ARRAY values.A builder interface for new OBJECT values.A default implementation of
JmespathRuntime.ArrayBuilder.A default implementation ofJmespathRuntime.ObjectBuilder.MappingIterable<T,R>