Uses of Class
jsonvalues.Patch.Builder
-
-
Uses of Patch.Builder in jsonvalues
Methods in jsonvalues that return Patch.Builder Modifier and Type Method Description Patch.Builder
Patch.Builder. add(String path, JsElem value)
ADD operation.Patch.Builder
Patch.Builder. copy(String from, String to)
COPY operation.static Patch.Builder
Patch. create()
return a new patch-operation builderPatch.Builder
Patch.Builder. move(String from, String to)
MOVE operation.Patch.Builder
Patch.Builder. remove(String path)
REMOVE operation.Patch.Builder
Patch.Builder. replace(String path, JsElem value)
REPLACE operation.Patch.Builder
Patch.Builder. test(String path, JsElem value)
TEST operation.
-