SectionedConfiguration
A class that can contain an arbitrary number of "sections".
This allows to have a dynamic(ish) class inside a data class that gets loaded by Hoplite. This class can contain any number of sections. These sections are registered in and loaded by a SectionedConfigurationDecoder.
Inheritors
Properties
Link copied to clipboard
The sections available in this configuration. Consider using the get operator instead of directly using this map.