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