Package net.thisptr.jackson.jq.internal
Class FixedScopeQuery
java.lang.Object
net.thisptr.jackson.jq.internal.FixedScopeQuery
- All Implemented Interfaces:
Expression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
scope
-
query
-
-
Constructor Details
-
FixedScopeQuery
-
-
Method Details
-
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
-