Interface FieldConstruction
- All Known Implementing Classes:
IdentifierKeyFieldConstruction, JsonQueryKeyFieldConstruction, StringKeyFieldConstruction, VariableKeyFieldConstruction
public interface FieldConstruction
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
-
Method Details
-
evaluate
void evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer) throws JsonQueryException - Throws:
JsonQueryException
-