EnvReader
A functional interface for reading environment variables.
Implementations of this interface are responsible for reading environment variables from a specific source, such as system properties or a .env file.
Inheritors
Functions
Link copied to clipboard
Returns the default EnvReader, which reads from the system environment.
Link copied to clipboard
Reads an environment variable and converts it to the specified type.
Reads an environment variable and converts it to the specified type, returning a default value if the variable is not set.