public class ObjectConstruction extends Object implements Expression
| Modifier and Type | Field and Description |
|---|---|
List<FieldConstruction> |
fields |
| Constructor and Description |
|---|
ObjectConstruction() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(FieldConstruction field) |
void |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in,
Path ipath,
PathOutput output,
boolean requirePath) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitapplypublic final List<FieldConstruction> fields
public void add(FieldConstruction field)
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path ipath, PathOutput output, boolean requirePath) throws JsonQueryException
apply in interface ExpressionJsonQueryExceptionCopyright © 2025. All rights reserved.