125126127128129130131132133
break; } if (doSet) { PatchOperation patchOp = arg == null ? PatchOpFactory.REMOVE_FIELD_OP : PatchOpFactory.setFieldOp(coerceSetValue(arg)); _patchTree.addOperation(pathSpec, patchOp); } }