Class JsonQueryKeyFieldConstruction
java.lang.Object
net.thisptr.jackson.jq.internal.tree.JsonQueryKeyFieldConstruction
- All Implemented Interfaces:
FieldConstruction
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.thisptr.jackson.jq.internal.tree.FieldConstruction
FieldConstruction.FieldConsumer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evaluate
(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer) toString()
-
Field Details
-
key
-
value
-
-
Constructor Details
-
JsonQueryKeyFieldConstruction
-
-
Method Details
-
evaluate
public void evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer) throws JsonQueryException - Specified by:
evaluate
in interfaceFieldConstruction
- Throws:
JsonQueryException
-
toString
-