Package net.thisptr.jackson.jq.internal
Class FixedScopeQuery
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.FixedScopeQuery
-
- All Implemented Interfaces:
Expression
public class FixedScopeQuery extends java.lang.Object implements Expression
-
-
Field Summary
Fields Modifier and Type Field Description Expression
query
Scope
scope
-
Constructor Summary
Constructors Constructor Description FixedScopeQuery(Scope scope, Expression query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Scope unused, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.thisptr.jackson.jq.Expression
apply
-
-
-
-
Field Detail
-
scope
public Scope scope
-
query
public Expression query
-
-
Constructor Detail
-
FixedScopeQuery
public FixedScopeQuery(Scope scope, Expression query)
-
-
Method Detail
-
apply
public void apply(Scope unused, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException
- Specified by:
apply
in interfaceExpression
- Throws:
JsonQueryException
-
-