class JsonMergePatchDiff extends DiffBase
Modifier and Type | Field and Description |
---|---|
private javax.json.JsonValue |
source |
private javax.json.JsonValue |
target |
Constructor and Description |
---|
JsonMergePatchDiff(javax.json.JsonValue source,
javax.json.JsonValue target) |
Modifier and Type | Method and Description |
---|---|
javax.json.JsonMergePatch |
calculateDiff() |
private javax.json.JsonValue |
diff(javax.json.JsonValue source,
javax.json.JsonValue target) |
isJsonArray, isJsonObject
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.