koin-core / org.koin.core.registry

Package org.koin.core.registry

Types

InstanceRegistry

class InstanceRegistry

PropertyRegistry

Property Registry Save/find all Koin properties

class PropertyRegistry

ScopeRegistry

Scope Registry create/find scopes for Koin

class ScopeRegistry

Functions

loadEnvironmentProperties

Load properties from environment

fun PropertyRegistry.loadEnvironmentProperties(): Unit

loadPropertiesFromFile

Load properties from Property file

fun PropertyRegistry.loadPropertiesFromFile(fileName: String): Unit

saveProperties

Save properties values into PropertyRegister

fun PropertyRegistry.saveProperties(properties: Properties): Unit