public class JmesPathValueProjection extends Object implements JmesPathExpression
Constructor and Description |
---|
JmesPathValueProjection(JmesPathExpression lhsExpr,
JmesPathExpression rhsExpr) |
Modifier and Type | Method and Description |
---|---|
<Input,Output> |
accept(JmesPathVisitor<Input,Output> visitor,
Input input)
Delegates to either the CodeGen visitor(JmesPathValueProjection) or
Evaluation visitor(JmesPathValueProjection) based on the type of JmesPath
visitor
|
JmesPathExpression |
getLhsExpr() |
JmesPathExpression |
getRhsExpr() |
public JmesPathValueProjection(JmesPathExpression lhsExpr, JmesPathExpression rhsExpr)
public JmesPathExpression getLhsExpr()
public JmesPathExpression getRhsExpr()
public <Input,Output> Output accept(JmesPathVisitor<Input,Output> visitor, Input input) throws InvalidTypeException
accept
in interface JmesPathExpression
Input
- Input type for the visitor
CodeGen visitor: Void
Evaluation visitor: JsonNodeOutput
- Output type for the visitor
CodeGen visitor: String
Evaluation visitor: JsonNodevisitor
- CodeGen visitor or Evaluation visitorinput
- Input expression that needs to be evaluatedInvalidTypeException
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.