JmesPathExpression
public class OpGreaterThan extends NumericComparator
Constructor | Description |
---|---|
OpGreaterThan(JmesPathExpression lhsExpr,
JmesPathExpression rhsExpr) |
Modifier and Type | Method | Description |
---|---|---|
<InputT,OutputT> |
accept(JmesPathVisitor<InputT,OutputT> visitor,
InputT input) |
Delegates to either the CodeGen visitor(Comparator) or
Evaluation visitor(Comparator) based on the type of JmesPath
visitor
|
boolean |
matches(BigDecimal lhs,
BigDecimal rhs) |
Checks whether lhs is greater than rhs
|
getLhsExpr, getRhsExpr
matches
public OpGreaterThan(JmesPathExpression lhsExpr, JmesPathExpression rhsExpr)
public <InputT,OutputT> OutputT accept(JmesPathVisitor<InputT,OutputT> visitor, InputT input) throws InvalidTypeException
InputT
- Input type for the visitor
CodeGen visitor: Void
Evaluation visitor: JsonNodeOutputT
- Output type for the visitor
CodeGen visitor: String
Evaluation visitor: JsonNodevisitor
- CodeGen visitor or Evaluation visitorinput
- Input expression that needs to be evaluatedInvalidTypeException
public boolean matches(BigDecimal lhs, BigDecimal rhs)
matches
in class NumericComparator
lhs
- Lhs numberrhs
- Rhs numberCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.