Index

E G I L S 
All Classes and Interfaces|All Packages|Serialized Form

E

EnvContextLoader - Class in io.sysr.springcontext.env
The EnvContextLoader class is responsible for loading environment variables from .env files or an env.properties file into a properties map.
EnvContextLoader() - Constructor for class io.sysr.springcontext.env.EnvContextLoader
Constructs a new EnvContextLoader instance.
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 Properties object.

I

initialize(ConfigurableApplicationContext) - Method in class io.sysr.springcontext.env.configuration.SpringContextEnvApplicationContextInitializer
Initializes the Spring application context by loading properties from the available .env file using EnvContextLoader.
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 ApplicationContextInitializer that loads environment variables from .env files into the Spring application context's environment.
SpringContextEnvApplicationContextInitializer() - Constructor for class io.sysr.springcontext.env.configuration.SpringContextEnvApplicationContextInitializer
Default constructor for the class.
E G I L S 
All Classes and Interfaces|All Packages|Serialized Form