Package io.resys.thena.jsonpatch
Class JsonPatch
java.lang.Object
io.resys.thena.jsonpatch.JsonPatch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enum -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonPatch
public JsonPatch()
-
-
Method Details
-
diff
public static JsonPatch diff(@Nullable io.vertx.core.json.JsonObject previousState, @Nullable io.vertx.core.json.JsonObject nextState) -
getValue
public io.vertx.core.json.JsonArray getValue() -
apply
public io.vertx.core.json.JsonObject apply(io.vertx.core.json.JsonObject applyOn) -
getStruct
-