Package io.dropwizard.configuration
Class EnvironmentVariableLookup
- java.lang.Object
-
- io.dropwizard.configuration.EnvironmentVariableLookup
-
- All Implemented Interfaces:
org.apache.commons.text.lookup.StringLookup
@Deprecated public class EnvironmentVariableLookup extends Object implements org.apache.commons.text.lookup.StringLookup
Deprecated.Use a method reference toSystem.getenv()directly instead.A customStringLookupimplementation using environment variables as lookup source.
-
-
Constructor Summary
Constructors Constructor Description EnvironmentVariableLookup()Deprecated.
-