ktp / toothpick.ktp / KTP

KTP

object KTP

Main Toothpick API entry point for Kotlin.

Properties

delegateNotifier

val delegateNotifier: DelegateNotifier

Functions

closeScope

fun closeScope(name: Any): Unit

isScopeOpen

fun isScopeOpen(name: Any): Boolean

openRootScope

fun openRootScope(): Scope

openScope

fun openScope(name: Any): Scope
fun openScope(name: Any, scopeConfig: ScopeConfig): Scope

openScopes

fun openScopes(vararg names: Any): Scope

setConfiguration

fun setConfiguration(configuration: Configuration): Unit