[JAVA] Ability to deserialise JSON into POJO
Open
effort/medium
feature-request
p2
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 267
- Avg merge
- 1d 25m
- Merged PRs (30d)
- 14
Description
## :rocket: Feature Request
### Affected Languages
- [ ] `TypeScript` or `Javascript`
- [ ] `Python`
- [X] `Java`
- [ ] .NET (`C#`, `F#`, ...)
- [ ] `Go`
### General Information
### Description
It would be great to be able to deserialise POJOs from json without having to construct them using the generated builders.
For example:
`
new ExampleProps(jsonString):
`
Contributor guide
Research direction
No files, tests, or entry points are mentioned. Start by locating the Java POJO generation and deserialization paths, then determine the API and compatibility requirements; done means Java consumers can deserialize JSON into POJOs without constructing generated builders.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100