Service Registry
class ServiceRegistry(val trace: (KClass<*>) -> TraceRecorder, val store: (KClass<*>) -> JsonStore, lazyObjects: () -> ObjectStorage, lazySetting: () -> SettingService, lazyI18n: () -> I18nService)(source)
请不要构造此类或访问此类的伴生对象。
Constructors
Link copied to clipboard
constructor(trace: (KClass<*>) -> TraceRecorder, store: (KClass<*>) -> JsonStore, lazyObjects: () -> ObjectStorage, lazySetting: () -> SettingService, lazyI18n: () -> I18nService)