Find DSL
DSL to find bindings.
Can be used as such (with findAllBindings):
val bindings = kodein.container.tree.findAllBindings {
+binding<Whatever>()
+tag("my-tag")
}Content copied to clipboard
Constructors
Functions
and
Link copied to clipboard
Allows to merge to constraints.
Argument
Link copied to clipboard
Creates an argument constrained spec.
Context
Link copied to clipboard
Creates a context constrained spec.
tag
Link copied to clipboard
Creates a tag constrained spec.
unary Plus
Link copied to clipboard
Register a spec.
with
Link copied to clipboard
Allows to add a constraints spec.