MapFactory

A Factory implementation used to implement Map bindings. This factory returns a Map<K, V> when calling invoke (as specified by Factory).

Types

Link copied to clipboard

A builder for MapFactory.

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

The map of Providers that contribute to this map binding.

Link copied to clipboard
open operator override fun invoke(): Map<K, V>

Returns a Map<K, V> whose iteration order is that of the elements given by each of the providers, which are invoked in the order given at creation.