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