kodein-di
/
org.kodein.di
/
CopySpecs
common
Copy
Specs
class
CopySpecs
(all:
Boolean
) :
SearchSpecs
Content copied to clipboard
Defines which bindings are to be copied from a parent DI to a child DI.
Constructors
Functions
Properties
Constructors
CopySpecs
Link copied to clipboard
common
fun
CopySpecs
(all:
Boolean
)
Content copied to clipboard
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
Properties
all
Link copied to clipboard
common
val
all
:
Boolean
Content copied to clipboard
Whether the specs are describing multiple matching bindings or only one.
argType
Link copied to clipboard
common
var
argType
:
TypeToken
<*>? = null
Content copied to clipboard
The type of argument the bindings must take.
contextType
Link copied to clipboard
common
var
contextType
:
TypeToken
<*>? = null
Content copied to clipboard
The type of context the bindings must take.
tag
Link copied to clipboard
common
var
tag
:
Any
?
Content copied to clipboard
The tag the bindings must be associated with.
type
Link copied to clipboard
common
var
type
:
TypeToken
<*>? = null
Content copied to clipboard
The type the bindings must return.