java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.ExpressionType

public class ExpressionType extends Object
An expression type is an expression prefixed by "invalid input: '&'". These are used within 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 Details

    • ExpressionType

      public ExpressionType(Expression expression)
  • Method Details