public class JSONPatch extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JSONPatch.Operation |
static class |
JSONPatch.OperationType |
Constructor and Description |
---|
JSONPatch() |
Modifier and Type | Method and Description |
---|---|
static Object |
apply(Object object,
String patch) |
static String |
apply(String original,
String patch) |
Copyright © 2012–2022 Alibaba Group. All rights reserved.