JvmSystemConfigReader
Reads system configuration properties in a JVM environment.
JvmSystemConfigReader is responsible for retrieving the values of system configuration properties using both environment variables and system properties.
The property name provided is automatically converted to a format compatible with system environment variable conventions by transforming the name to lowercase and replacing underscores with dots. It attempts to fetch the value from both the original name and the transformed format.
Implements:
SystemConfigReader: Provides the ability to retrieve configuration properties.