KeyValuePairLoader should store values as KVPs
Open
API Change
enhancement
- Dominant language
- Java
- Stars
- 25
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Currently stores values as a list of strings that contain the key, value and a delimiter. Better reusability if we just store KVPs and let implementations determine how to get to that point. This class should probably be abstract and require instances to supply the delimiter. Delimiter may be a list to support properties files, which I think take '=' or ':'.
Contributor guide
Assessment
This issue has not been assessed yet.