public interface JsonMergePatch
| Modifier and Type | Method and Description |
|---|---|
JsonValue |
apply(JsonValue valueToApplyPatchOn)
Applies the current JsonMergePatch to the given value
|
JsonValue |
toJsonValue() |
JsonValue apply(JsonValue valueToApplyPatchOn)
valueToApplyPatchOn - the base value. Will not get changed itself.JsonValue toJsonValue()
Copyright © 2010 - 2020 Adobe. All Rights Reserved