spring-projects / spring-projects/spring-session
Add a Converter that performs special conversions based on a Map's keys
Open
Nobody has claimed this yet.
type: enhancement
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
We should add a Converter<String,Object> that performs specific conversions based on the key of a Map. It would look to see if a special Converter is registered for the particular key and the perform the conversion if there is one.
Related #618
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read related issue #618 first, then locate the existing Converter registration and Map conversion paths in Spring Session. Done means adding a String-to-Object converter that selects a registered special converter by Map key and applies it when available.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100