Package io.resys.thena.jsonpatch.model
Class JsonArrayType
java.lang.Object
io.resys.thena.jsonpatch.model.JsonArrayType
-
Constructor Summary
ConstructorsConstructorDescriptionJsonArrayType(io.vertx.core.json.JsonArray previousState, io.vertx.core.json.JsonArray nextState) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JsonPatchPointer currentPath) protected abstract voidhandleAdd(JsonPatchPointer currentPath, Object newState) protected abstract voidhandleConflict(JsonPatchPointer currentPath, Object previousState, Object nextState) protected abstract voidhandleRemove(JsonPatchPointer currentPath, Object stateRemoved)
-
Constructor Details
-
JsonArrayType
public JsonArrayType(io.vertx.core.json.JsonArray previousState, io.vertx.core.json.JsonArray nextState)
-
-
Method Details
-
handleAdd
-
handleRemove
-
handleConflict
protected abstract void handleConflict(JsonPatchPointer currentPath, Object previousState, Object nextState) -
accept
-