Class AlternativeOperatorExpression
java.lang.Object
net.thisptr.jackson.jq.internal.tree.binaryop.BinaryOperatorExpression
net.thisptr.jackson.jq.internal.tree.binaryop.AlternativeOperatorExpression
- All Implemented Interfaces:
Expression
-
Nested Class Summary
Nested classes/interfaces inherited from class BinaryOperatorExpression
BinaryOperatorExpression.Operator -
Field Summary
Fields inherited from class BinaryOperatorExpression
lhs, rhs -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) Methods inherited from class BinaryOperatorExpression
buildTree, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Constructor Details
-
AlternativeOperatorExpression
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Throws:
JsonQueryException
-