HandlerContextBuilderScope

class HandlerContextBuilderScope(name: ContextId)

Types

HandlerTypeBuilderScope
Link copied to clipboard
class HandlerTypeBuilderScope<V>(name: HandlerId)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
handler
Link copied to clipboard
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

handlers
Link copied to clipboard
val handlers: MutableMap<HandlerId, HandlerType>
name
Link copied to clipboard
val name: ContextId

Extensions

addInstantiationHandlers
Link copied to clipboard
private inline fun <V> HandlerDefinitionsBuilderScope.HandlerContextBuilderScope.addInstantiationHandlers(paramName: String? = null)
addSingleParamHandlers
Link copied to clipboard
private inline fun <V> HandlerDefinitionsBuilderScope.HandlerContextBuilderScope.addSingleParamHandlers(vararg handlerTypes: HandlerId, paramName: String? = null)

Sources

jvm source
Link copied to clipboard