Class ExpressionType


  • public class ExpressionType
    extends Object
    An expression type is an expression prefixed by "&". 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 Detail

      • ExpressionType

        public ExpressionType​(Expression expression)