求一套去掉dubbo泛化返回的class的算法(多层结构嵌套)
Open
- Dominant language
- Java
- Stars
- 41.6k
- Forks
- 26.4k
- Avg merge
- 15h 13m
- Merged PRs (30d)
- 4
Description
求一套去掉dubbo泛化返回的class的算法(多层结构嵌套),目前我只去掉了外层,里边的没去掉
`{
"code": 200,
"msg": "访问成功!",
"rlt": {
"msg": "en",
"rlt": {
"name": "en",
"id": "123",
"class": "org.dromara.soul.test.dubbo.api.entity.DubboTest"
},
"statusCode": 200
}
}`
Contributor guide
Research direction
The issue names no files, tests, or entry points; begin by locating Dubbo generic-response handling and reproducing the nested JSON example. The work is complete when the response transformation removes every nested class field while preserving the other fields and values, with coverage for multiple levels of nesting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, distributed-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100