Uses of Class
org.chenile.cconfig.spi.ConfigContext
Packages that use ConfigContext
Package
Description
-
Uses of ConfigContext in org.chenile.cconfig.configuration
Methods in org.chenile.cconfig.configuration that return types with arguments of type ConfigContextMethod parameters in org.chenile.cconfig.configuration with type arguments of type ConfigContextModifier and TypeMethodDescriptionCconfigConfiguration.serverCconfigClient(OrchExecutor<ConfigContext> cconfigOrchExecutor) -
Uses of ConfigContext in org.chenile.cconfig.sdk.impl
Classes in org.chenile.cconfig.sdk.impl that implement interfaces with type arguments of type ConfigContextModifier and TypeClassDescriptionclassThis considers all the module keys and selectively enhances them if there is an environmental override.classThis would typically be the first ConfigRetriever that would be called in the series.classFields in org.chenile.cconfig.sdk.impl with type parameters of type ConfigContextModifier and TypeFieldDescriptionprivate final OrchExecutor<ConfigContext> CconfigClientImpl.orchExecutorMethods in org.chenile.cconfig.sdk.impl with parameters of type ConfigContextModifier and TypeMethodDescriptionvoidEnvBasedCconfigRetriever.execute(ConfigContext configContext) voidJsonBasedCconfigRetriever.execute(ConfigContext configContext) voidMessageBundleConfigRetriever.execute(ConfigContext configContext) JsonBasedCconfigRetriever.getJsonMapForModuleFromClassPath(ConfigContext configContext) private PropertiesPropertiesBasedCconfigRetriever.loadProperties(ConfigContext configContext) private voidMessageBundleConfigRetriever.mergeProperties(Map<String, Map<String, String>> byKey, Properties properties, ConfigContext configContext, String locale) MessageBundleConfigRetriever.readBundleValues(ConfigContext configContext) private StringJsonBasedCconfigRetriever.readModuleAsString(ConfigContext configContext) PropertiesBasedCconfigRetriever.retrieveCconfigs(ConfigContext configContext) Constructor parameters in org.chenile.cconfig.sdk.impl with type arguments of type ConfigContext -
Uses of ConfigContext in org.chenile.cconfig.service.impl
Methods in org.chenile.cconfig.service.impl with parameters of type ConfigContextModifier and TypeMethodDescriptionDbBasedCconfigRetriever.retrieveCconfigs(ConfigContext configContext) -
Uses of ConfigContext in org.chenile.cconfig.spi
Classes in org.chenile.cconfig.spi that implement interfaces with type arguments of type ConfigContextModifier and TypeClassDescriptionclassThis needs to be enhanced by all the config retrievers who want to allow manipulating existing keys.Methods in org.chenile.cconfig.spi with parameters of type ConfigContextModifier and TypeMethodDescriptionfinal voidKeyManipulatingConfigRetriever.execute(ConfigContext configContext) KeyManipulatingConfigRetriever.retrieveCconfigs(ConfigContext configContext)