Interface | Description |
---|---|
ComponentDefaultConfig | |
ModuleConfig | |
ModuleConfigRepository | |
PlatformConfigProvider |
Provides the default PlatformConfig returned by
PlatformConfig.defaultConfig() . |
Class | Description |
---|---|
AbstractMapModuleConfig |
Provides implementation for most methods of
ModuleConfig ,
based on a single "mapping" method to be implemented this#getValue(String) . |
AbstractModuleConfig |
Provides implementation for methods of
ModuleConfig . |
ComponentDefaultConfig.Impl | |
EnvironmentMapModuleConfig |
A
ModuleConfig designed to read property values
from the map of environment variables. |
EnvironmentModuleConfigRepository |
A
ModuleConfigRepository designed to read property values
from the map of environment variables. |
InMemoryModuleConfigRepository | |
InMemoryPlatformConfig | |
MapModuleConfig |
A
ModuleConfig backed by a simple key/value Map . |
ModuleConfigUtil | |
PlatformConfig | |
PlatformEnv |
Environment variables substitution
|
PropertiesModuleConfigRepository | |
StackedModuleConfig | |
StackedModuleConfigRepository |
A
ModuleConfigRepository backed by a list of modules repositories. |
XmlModuleConfigRepository | |
YamlModuleConfigRepository |
Exception | Description |
---|---|
ConfigurationException |
Copyright © 2019. All rights reserved.