Class ConfigContext

java.lang.Object
org.chenile.cconfig.spi.ConfigContext

public class ConfigContext extends Object
  • Field Details

    • module

      private final String module
    • customAttribute

      private final String customAttribute
    • configKeyContexts

      private final Set<ConfigContext.ConfigKeyContext> configKeyContexts
    • allKeys

      public Map<String,Object> allKeys
      The objective is to build this. All the config retrievers must update this in place.
  • Constructor Details

    • ConfigContext

      public ConfigContext(String module, String customAttribute)
  • Method Details