public class WildcardExpression
extends Object
A wildcard expression is a expression of either * or [*]. A wildcard expression can return multiple elements, and the
remaining expressions are evaluated against each returned element from a wildcard expression. The [*] syntax applies to a
list type and the * syntax applies to a hash type.
https://jmespath.org/specification.html#wildcard-expressions