| Interface | Description |
|---|---|
| ConfigLoader |
By implementing this interface and configuring the corresponding implementation class name in config.yml.
|
| 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.
|
| 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".
|
| JsonMapper |
| Exception | Description |
|---|---|
| ConfigException |
A runtime exception to indicate something is wrong in the configuration
file.
|
Copyright © 2021. All rights reserved.