| Package | Description |
|---|---|
| jet.formula.object |
| Modifier and Type | Method and Description |
|---|---|
JsonPatch |
JsonPatch.add(DbChar path,
DbBigInt value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.add(DbChar path,
DbBit value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.add(DbChar path,
DbChar value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonArray value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.add(DbChar path,
fJsonObject value)
Adds an "add" JSON Patch operation.
|
JsonPatch |
JsonPatch.copy(DbChar path,
DbChar from)
Adds an "copy" JSON Patch operation.
|
JsonPatch |
JsonPatch.move(DbChar path,
DbChar from)
Adds an "move" JSON Patch operation.
|
JsonPatch |
JsonPatch.remove(DbChar path)
Adds a "remove" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBigInt value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbBit value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
DbChar value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonArray value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.replace(DbChar path,
fJsonObject value)
Adds an "replace" JSON Patch operation.
|
JsonPatch |
JsonPatch.start()
This is always the first method to call to start defining a json patch.
|
© insightsoftware. All rights reserved.