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
ConstructorsConstructorDescriptionMultiSelectHashExpression(Map<String, JmespathExpression> expressions) MultiSelectHashExpression(Map<String, JmespathExpression> expressions, int line, int column)  - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(ExpressionVisitor<T> visitor) Visits a node using a double-dispatch visitor.booleanGets the map of key-value pairs to add to the created object.inthashCode()toString() 
- 
Constructor Details
- 
MultiSelectHashExpression
 - 
MultiSelectHashExpression
 
 - 
 - 
Method Details
- 
accept
Description copied from class:JmespathExpressionVisits a node using a double-dispatch visitor.- Specified by:
 acceptin 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
 
 -