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 void
FieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
IdentifierKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
JsonQueryKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
StringKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
void
VariableKeyFieldConstruction. evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
-