Interface CconfigRetriever
- All Known Implementing Classes:
DbBasedCconfigRetriever, EnvBasedCconfigRetriever, JsonBasedCconfigRetriever, KeyManipulatingConfigRetriever, MessageBundleConfigRetriever
public interface CconfigRetriever
This is implemented by all the classes that retrieve configs from various sources. They either add keys to
the context or change the existing keys. (or do both)
-
Method Summary
Modifier and TypeMethodDescriptionvoidaugmentKeys(ConfigContext configContext) default intorder()
-
Method Details
-
augmentKeys
-
order
default int order()
-