KontainerBlueprint

class KontainerBlueprint

The Kontainer blueprint is built by the KontainerBuilder

Functions

create
Link copied to clipboard
fun create(): Kontainer
Creates a kontainer instance without overriding any of the dynamic services.
extend
Link copied to clipboard
fun extend(builder: KontainerBuilder.() -> Unit): KontainerBlueprint
Extends the current blueprint with everything in builder and returns a new KontainerBlueprintTODO: test me
useWith
Link copied to clipboard
fun useWith(vararg dynamics: Any): Kontainer
Creates a kontainer instance and overrides the given dynamic services.

Properties

tracker
Link copied to clipboard
val tracker: KontainerTracker