Uses of Interface
net.thisptr.jackson.jq.internal.tree.FieldConstruction.FieldConsumer
Packages that use FieldConstruction.FieldConsumer
-
Uses of FieldConstruction.FieldConsumer in net.thisptr.jackson.jq.internal.tree
Methods in net.thisptr.jackson.jq.internal.tree with parameters of type FieldConstruction.FieldConsumerModifier and TypeMethodDescriptionvoid
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)