Skip to content

Adds asStringList to a Value#589

Merged
bkositza merged 3 commits intomainfrom
feature/bko/value-as-string-list
Jan 14, 2026
Merged

Adds asStringList to a Value#589
bkositza merged 3 commits intomainfrom
feature/bko/value-as-string-list

Conversation

@bkositza
Copy link
Contributor

Description

Until now, we could only retrieve data that is a list or a single value using the get() method, which is rather cumbersome and unattractive. This PR introduces a new method that directly ensures that we get a List back.

Additional Notes

  • This PR fixes or works on following ticket(s): SIRI-1174

Checklist

  • Code change has been tested and works locally
  • Code was formatted via IntelliJ and follows SonarLint & best practices
  • Patch Tasks: Is local execution of Patch Tasks necessary? If so, please also mark the PR with the tag.

…ot have to use get() with clazz and a singletonlist.

Fixes: SIRI-1174
@bkositza bkositza self-assigned this Jan 13, 2026
@bkositza bkositza added the 🧬 Enhancement Contains new features label Jan 13, 2026
Fixes: SIRI-1174
…ty string could be a real value which should be an item of the list, even if its the only item.

Fixes: SIRI-1174
@bkositza bkositza merged commit 57ef71d into main Jan 14, 2026
4 checks passed
@jakobvogel jakobvogel deleted the feature/bko/value-as-string-list branch January 14, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧬 Enhancement Contains new features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants