Index
All Classes and Interfaces|All Packages|Serialized Form
E
- EnvContextLoader - Class in io.sysr.springcontext.env
-
The
EnvContextLoaderclass is responsible for loading environment variables from.envfiles or anenv.propertiesfile into a properties map. - EnvContextLoader() - Constructor for class io.sysr.springcontext.env.EnvContextLoader
-
Constructs a new
EnvContextLoaderinstance. - EnvContextLoaderException - Exception Class in io.sysr.springcontext.env.exception
-
Exception thrown when there is an error loading the environment variables from a dotenv file in a Spring application.
- EnvContextLoaderException(String) - Constructor for exception class io.sysr.springcontext.env.exception.EnvContextLoaderException
-
Constructs a new EnvContextLoaderException with the specified detail message.
- EnvContextLoaderException(String, Throwable) - Constructor for exception class io.sysr.springcontext.env.exception.EnvContextLoaderException
-
Constructs a new EnvContextLoaderException with the specified detail message and cause.
G
- getLoadedProperties() - Method in class io.sysr.springcontext.env.EnvContextLoader
-
Retrieves the loaded properties as a
Propertiesobject.
I
- initialize(ConfigurableApplicationContext) - Method in class io.sysr.springcontext.env.configuration.SpringContextEnvApplicationContextInitializer
-
Initializes the Spring application context by loading properties from the available
.envfile usingEnvContextLoader. - io.sysr.springcontext.env - package io.sysr.springcontext.env
- io.sysr.springcontext.env.configuration - package io.sysr.springcontext.env.configuration
- io.sysr.springcontext.env.exception - package io.sysr.springcontext.env.exception
L
- load() - Method in class io.sysr.springcontext.env.EnvContextLoader
-
Initiates the loading process of environment variables.
S
- SpringContextEnvApplicationContextInitializer - Class in io.sysr.springcontext.env.configuration
-
A Spring
ApplicationContextInitializerthat loads environment variables from.envfiles into the Spring application context's environment. - SpringContextEnvApplicationContextInitializer() - Constructor for class io.sysr.springcontext.env.configuration.SpringContextEnvApplicationContextInitializer
-
Default constructor for the class.
All Classes and Interfaces|All Packages|Serialized Form