public class Tuple extends Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
List<Expression> |
qs |
| Constructor and Description |
|---|
Tuple(List<Expression> qs) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path path,
PathOutput output,
boolean requirePath) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic final List<Expression> qs
public Tuple(List<Expression> qs)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException
apply in interface ExpressionJsonQueryExceptionCopyright © 2025. All rights reserved.