Uses of Interface
org.pipservices3.components.config.IConfigReader
Package | Description |
---|---|
org.pipservices3.components.config |
-
Uses of IConfigReader in org.pipservices3.components.config
Classes in org.pipservices3.components.config that implement IConfigReader Modifier and Type Class Description class
CachedConfigReader
class
ConfigReader
Abstract config reader that supports configuration parameterization.class
FileConfigReader
Abstract config reader that reads configuration from a file.class
JsonConfigReader
Config reader that reads configuration from JSON file.class
MemoryConfigReader
Config reader that stores configuration in memory.class
YamlConfigReader
Config reader that reads configuration from YAML file.