public class IdentifierKeyFieldConstruction extends Object implements FieldConstruction
FieldConstruction.FieldConsumer| Modifier and Type | Field and Description |
|---|---|
String |
key |
Expression |
value |
| Constructor and Description |
|---|
IdentifierKeyFieldConstruction(String key) |
IdentifierKeyFieldConstruction(String key,
Expression value) |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
FieldConstruction.FieldConsumer consumer) |
String |
toString() |
public final String key
public final Expression value
public IdentifierKeyFieldConstruction(String key, Expression value)
public IdentifierKeyFieldConstruction(String key)
public void evaluate(Scope scope, com.fasterxml.jackson.databind.JsonNode in, FieldConstruction.FieldConsumer consumer) throws JsonQueryException
evaluate in interface FieldConstructionJsonQueryExceptionCopyright © 2025. All rights reserved.