Class VariableKeyFieldConstruction
- java.lang.Object
-
- net.thisptr.jackson.jq.internal.tree.VariableKeyFieldConstruction
-
- All Implemented Interfaces:
FieldConstruction
public class VariableKeyFieldConstruction extends java.lang.Object implements FieldConstruction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.thisptr.jackson.jq.internal.tree.FieldConstruction
FieldConstruction.FieldConsumer
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description VariableKeyFieldConstruction(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
java.lang.String
toString()
-
-
-
Method Detail
-
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
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-