Uses of Class
io.resys.thena.jsonpatch.model.JsonPatchPointer
Packages that use JsonPatchPointer
-
Uses of JsonPatchPointer in io.resys.thena.jsonpatch.model
Methods in io.resys.thena.jsonpatch.model that return JsonPatchPointerModifier and TypeMethodDescriptionJsonPatchPointer.append(int path) RelativePathType.between(int startId, int endId) static JsonPatchPointerJsonPatchPointer.create()Methods in io.resys.thena.jsonpatch.model with parameters of type JsonPatchPointerModifier and TypeMethodDescriptionvoidJsonArrayType.accept(JsonPatchPointer currentPath) protected abstract voidJsonArrayType.handleAdd(JsonPatchPointer currentPath, Object newState) protected abstract voidJsonArrayType.handleConflict(JsonPatchPointer currentPath, Object previousState, Object nextState) protected abstract voidJsonArrayType.handleRemove(JsonPatchPointer currentPath, Object stateRemoved) static RelativePathTypeRelativePathType.of(JsonPatchPointer path, List<ChangeType> changes) voidJsonType.JsonTypeVisitor.visitAdd(JsonPatchPointer currentPath, Object newState) voidJsonType.JsonTypeVisitor.visitRemove(JsonPatchPointer currentPath, Object stateRemoved) voidJsonType.JsonTypeVisitor.visitReplace(JsonPatchPointer currentPath, Object previousState, Object nextState) voidJsonType.JsonTypeVisitor.visitTest(JsonPatchPointer currentPath, Object previousState) -
Uses of JsonPatchPointer in io.resys.thena.jsonpatch.visitors
Methods in io.resys.thena.jsonpatch.visitors with parameters of type JsonPatchPointerModifier and TypeMethodDescriptionvoidCreatePatch.visitAdd(JsonPatchPointer currentPath, Object newState) voidCreatePatch.visitRemove(JsonPatchPointer currentPath, Object stateRemoved) voidCreatePatch.visitReplace(JsonPatchPointer currentPath, Object previousState, Object nextState) voidCreatePatch.visitTest(JsonPatchPointer currentPath, Object previousState)