get

abstract fun get(context: BootstrapContext): T

Factory method used to create the instance when needed.

Return

the instance

Parameters

context

the BootstrapContext which may be used to obtain otherbootstrap instances.