core / pragma.config /

Package pragma.config #

Types #

NameSummary

ConfigBackendModeFactory

interface ConfigBackendModeFactory<T : ConfigObject<*>>

ConfigBackendModeFactory is a required interface for the companion object of all classes.

ConfigItem

interface ConfigItem

ConfigItem is the parent class for all config objects.

ServiceConfig

abstract class ServiceConfig<T>(type: BackendType) : ConfigObject<T>

ServiceConfig is a subclass of ConfigObject used to discover service config objects and populate the default configuration.