Add helper methods to get value as primitive
Open
- Dominant language
- Java
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
As Env.get always return Strings, you have to parse values with you want to deal with numbers (for example).
Add methods that already parses the value might be a good idea.
`int a = Env.getAsInt("MY_PARAM");`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.