- CentralizedManagement - Class in com.networknt.config
-
This class has two public methods called mergeObject and mergeMap which is
used to merge config file with the values generate by ConfigInjection.class.
- CentralizedManagement() - Constructor for class com.networknt.config.CentralizedManagement
-
- clear() - Method in class com.networknt.config.Config
-
- com.networknt.config - package com.networknt.config
-
- com.networknt.config.yml - package com.networknt.config.yml
-
- Config - Class in com.networknt.config
-
A injectable singleton config that has default implementation
based on FileSystem json files.
- Config() - Constructor for class com.networknt.config.Config
-
- CONFIG_ITEM_DECRYPTOR_CLASS - Static variable in class com.networknt.config.yml.DecryptConstructor
-
- CONFIG_LOADER_CLASS - Static variable in class com.networknt.config.yml.ConfigLoaderConstructor
-
- ConfigException - Exception in com.networknt.config
-
A runtime exception to indicate something is wrong in the configuration
file.
- ConfigException(String) - Constructor for exception com.networknt.config.ConfigException
-
- ConfigInjection - Class in com.networknt.config
-
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".
- ConfigInjection() - Constructor for class com.networknt.config.ConfigInjection
-
- ConfigLoader - Interface in com.networknt.config
-
By implementing this interface and configuring the corresponding implementation class name in config.yml.
- ConfigLoaderConstructor - Class in com.networknt.config.yml
-
This class is used to construct the config loader according to given config loader class name.
- ConfigLoaderConstructor(String) - Constructor for class com.networknt.config.yml.ConfigLoaderConstructor
-
- construct(Node) - Method in class com.networknt.config.yml.DecryptConstructor.ConstructYamlDecryptedStr
-
- ConstructYamlDecryptedStr() - Constructor for class com.networknt.config.yml.DecryptConstructor.ConstructYamlDecryptedStr
-
- CRYPT_FIRST - Static variable in class com.networknt.config.yml.YmlConstants
-
- CRYPT_PATTERN - Static variable in class com.networknt.config.yml.YmlConstants
-
- CRYPT_TAG - Static variable in class com.networknt.config.yml.YmlConstants
-