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 © 2003–2020 The Apache Software Foundation. All rights reserved.