Interface FieldConstruction
-
- All Known Implementing Classes:
IdentifierKeyFieldConstruction,JsonQueryKeyFieldConstruction,StringKeyFieldConstruction,VariableKeyFieldConstruction
public interface FieldConstruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFieldConstruction.FieldConsumer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer)
-
-
-
Method Detail
-
evaluate
void evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer) throws JsonQueryException
- Throws:
JsonQueryException
-
-