Class MultiSelectHashExpression
java.lang.Object
software.amazon.smithy.jmespath.JmespathExpression
software.amazon.smithy.jmespath.ast.MultiSelectHashExpression
Creates an object using key-value pairs.
- See Also:
-
Constructor Summary
ConstructorDescriptionMultiSelectHashExpression
(Map<String, JmespathExpression> expressions) MultiSelectHashExpression
(Map<String, JmespathExpression> expressions, int line, int column) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(ExpressionVisitor<T> visitor) Visits a node using a double-dispatch visitor.boolean
Gets the map of key-value pairs to add to the created object.int
hashCode()
toString()
-
Constructor Details
-
MultiSelectHashExpression
-
MultiSelectHashExpression
-
-
Method Details
-
accept
Description copied from class:JmespathExpression
Visits a node using a double-dispatch visitor.- Specified by:
accept
in classJmespathExpression
- Type Parameters:
T
- Type of value the visitor returns.- Parameters:
visitor
- Visitor to accept on the node.- Returns:
- Returns the result of applying the visitor.
-
getExpressions
Gets the map of key-value pairs to add to the created object.- Returns:
- Returns the map of key names to expressions.
-
equals
-
hashCode
public int hashCode() -
toString
-