Config
Table of Contents
Namespaces
- Entry
- Exception
Interfaces
- BaseConfiguration
- A sequence of (K => V) entries with automatic interpolation features.
- Interpolator
- Allows to transform a simple value to a more complex operation.
- TreeConfiguration
- A configuration with a tree-shaped structure, that is a sequence of (K => V)
where V can recursively contains entries.
Classes
- Configuration
- A TreeConfiguration with utilities methods.
- Configurations
- Functions on Configuration instances and factories.
- Entries
- Functions on Entry.
- Entry
- A (key => value) representation.
- Interpolation
- Inside a configuration,
a compiled value is automatically promoted to an interpolation value
containing the base value and its compilation.
- Interpolators
- Method Factories that provide some interpolator implementations.
- TreeConfigurationBuilder
- A builder of configuration instances.