abbasnaqdi / abbasnaqdi/reactor

return null for class

未关闭
#1 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
good first issue invalid question
主要语言
Kotlin
星标
40
派生
0
PR 合并指标
30 天内没有已合并 PR

描述

reactor return null object when i use this code:

public UserModel getUserModel() {
return reactor.get("UserModel", new UserModel());
}

public void updateUserModel(UserModel value) {
reactor.put("UserModel", value);
}

贡献指南

这个仓库没有索引到贡献指南

调研方向

Look at the reactor.get method implementation to understand why it returns null for a class. Check the key-value storage logic, possibly in the core database module. Test with the provided code snippet to reproduce the issue and see what 'done' looks like when the method returns a valid UserModel instance.

由索引模型根据 Issue 内容生成。

评估

领域
databases
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。