kodein-di
/
org.kodein.di.bindings
/
NoScope
common
No
Scope
class
NoScope
:
Scope
<
Any
?>
Content copied to clipboard
Default
Scope
: will always return the same registry, no matter the context.
Constructors
Functions
Constructors
NoScope
Link copied to clipboard
common
fun
NoScope
()
Content copied to clipboard
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
getRegistry
Link copied to clipboard
common
open override fun
getRegistry
(context:
Any
?):
StandardScopeRegistry
Content copied to clipboard
Get a registry for a given context.
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard