| Package | Description |
|---|---|
| javax.json | |
| javax.json.spi |
| Modifier and Type | Method and Description |
|---|---|
static JsonMergePatch |
Json.createMergeDiff(JsonValue source,
JsonValue target)
Create a JSON Merge Patch (RFC 7396)
from the source and target
JsonValues. |
static JsonMergePatch |
Json.createMergePatch(JsonValue patch)
|
| Modifier and Type | Method and Description |
|---|---|
JsonMergePatch |
JsonProvider.createMergeDiff(JsonValue source,
JsonValue target)
Create a merge patch by comparing the source to the target.
|
JsonMergePatch |
JsonProvider.createMergePatch(JsonValue patch)
Create a merge patch based on the given JsonValue.
|
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.