E I N 
All Classes All Packages

E

EnvironmentConfiguration - Class in io.confound.config.env
Configuration implementation backed by environment variables.
EnvironmentConfiguration() - Constructor for class io.confound.config.env.EnvironmentConfiguration
System environment constructor.
EnvironmentConfiguration(boolean) - Constructor for class io.confound.config.env.EnvironmentConfiguration
System environment constructor with normal names option.
EnvironmentConfiguration(Map<String, String>) - Constructor for class io.confound.config.env.EnvironmentConfiguration
Environment map constructor.
EnvironmentConfiguration(Map<String, String>, boolean) - Constructor for class io.confound.config.env.EnvironmentConfiguration
Environment map constructor with normal names option.

I

io.confound.config.env - package io.confound.config.env
 
isNormalNames() - Method in class io.confound.config.env.EnvironmentConfiguration
Indicates whether environment variables use uppercase/underscore (e.g.

N

normalizeKey(String) - Method in class io.confound.config.env.EnvironmentConfiguration
This version normalizes requested keys by replacing '.' with '_' and converting the key to uppercase, but only if isNormalNames() is enabled.
E I N 
All Classes All Packages