All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description CentralizedManagement This class has two public methods called mergeObject and mergeMap which is used to merge config file with the values generate by ConfigInjection.class.Config A injectable singleton config that has default implementation based on FileSystem json files.ConfigException A runtime exception to indicate something is wrong in the configuration file.ConfigInjection This class has a public method called getInjectValue which is used to generate the values which need to be injected from environment variables or a specific file called "values.yaml".ConfigLoader By implementing this interface and configuring the corresponding implementation class name in config.yml.ConfigLoaderConstructor This class is used to construct the config loader according to given config loader class name.DecryptConstructor Decrypts values in configuration yml files.JsonMapper YmlConstants