Class ApplyPatch
java.lang.Object
io.resys.thena.jsonpatch.visitors.ApplyPatch
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidio.vertx.core.json.JsonObjectclose()voidcopy(io.vertx.core.json.pointer.JsonPointer fromPath, io.vertx.core.json.pointer.JsonPointer toPath) voidmove(io.vertx.core.json.pointer.JsonPointer fromPath, io.vertx.core.json.pointer.JsonPointer toPath) voidremove(io.vertx.core.json.pointer.JsonPointer path) voidstart(io.vertx.core.json.JsonArray patch, io.vertx.core.json.JsonObject source) void
-
Constructor Details
-
ApplyPatch
public ApplyPatch()
-
-
Method Details
-
close
public io.vertx.core.json.JsonObject close() -
start
-
move
public void move(io.vertx.core.json.pointer.JsonPointer fromPath, io.vertx.core.json.pointer.JsonPointer toPath) -
copy
public void copy(io.vertx.core.json.pointer.JsonPointer fromPath, io.vertx.core.json.pointer.JsonPointer toPath) -
add
-
test
-
replace
-
remove
public void remove(io.vertx.core.json.pointer.JsonPointer path)
-