Automatically change the names of properties to be mapped to UpperCaseSnakeCase
#111
Labels
feature
New feature or request
UpperCaseSnakeCase
#111
The documentation mentions:
It would be great if the library would automatically convert the names of the properties to be mapped to
UpperCaseSnakeCase
without the need to use theEnvKey
attribute. In this way, it would no longer be necessary to manually add theEnvKey
decorator in each property of theAppSettings
class.PD: No conversion is performed when using the
EnvKey
decorator.The text was updated successfully, but these errors were encountered: