Uses of Interface
net.thisptr.jackson.jq.internal.tree.FieldConstruction.FieldConsumer
-
Packages that use FieldConstruction.FieldConsumer Package Description net.thisptr.jackson.jq.internal.tree -
-
Uses of FieldConstruction.FieldConsumer in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree with parameters of type FieldConstruction.FieldConsumer Modifier and Type Method Description voidFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidIdentifierKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidJsonQueryKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidStringKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)voidVariableKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
-