kodein-di
/
org.kodein.di
/
Copy
common
Copy
interface
Copy
Content copied to clipboard
Simple interface that returns a the keys to copy from a container.
Types
Functions
Inheritors
Types
All
Link copied to clipboard
common
object
All
:
Copy
Content copied to clipboard
A
Copy
spec that copies all bindings.
AllButDSL
Link copied to clipboard
common
class
AllButDSL
:
Copy.BaseDSL
Content copied to clipboard
Copy.allBut
DSL
BaseDSL
Link copied to clipboard
common
abstract class
BaseDSL
:
SearchDSL
,
Copy
Content copied to clipboard
Base class for the Copy DSL.
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
DSL
Link copied to clipboard
common
class
DSL
:
Copy.BaseDSL
Content copied to clipboard
Copy
DSL.
NonCached
Link copied to clipboard
common
object
NonCached
:
Copy
Content copied to clipboard
A
Copy
spec that copies only the bindings that retain no status / reference.
None
Link copied to clipboard
common
object
None
:
Copy
Content copied to clipboard
A
Copy
spec that copies no bindings.
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
keySet
Link copied to clipboard
common
abstract fun
keySet
(tree:
DITree
):
Set
<
DI.Key
<*, *, *>>
Content copied to clipboard
The keys to copy from the given tree, according to the rules defined in this object.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Inheritors
Copy
Link copied to clipboard
Copy
Link copied to clipboard
Copy
Link copied to clipboard
Copy
Link copied to clipboard