FundefConfigureDsl

class FundefConfigureDsl<R>(val function: KFunction<R>)

DSL object, for use with configureFundef. Provides functions to further configure fundefs.

Constructors

Link copied to clipboard
constructor(function: KFunction<R>)

Properties

Link copied to clipboard

The function to configure and use for the fundef

Link copied to clipboard

Qualifiers registered for this fundef via qualifyWith

Functions

Link copied to clipboard

Create a component definition (i.e. a lambda that can be passed to Tegral DI's put).

Link copied to clipboard
infix fun String.qualifyWith(qualifier: Qualifier)

Set the qualifier for the parameter with the name of the given string