public class AlternativeOperatorExpression extends BinaryOperatorExpression
BinaryOperatorExpression.Operatorlhs, rhs| Constructor and Description |
|---|
AlternativeOperatorExpression(Expression valueExpr,
Expression defaultExpr) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PathOutput output,
boolean requirePath) |
buildTree, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic AlternativeOperatorExpression(Expression valueExpr, Expression defaultExpr)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException
JsonQueryExceptionCopyright © 2025. All rights reserved.