configureByMap

open fun <T> configureByMap(properties: Map<out Any, out Any>, delegate: T): T(source)
open fun <T> configureByMap(properties: Map<out Any, out Any>, delegate: T, mandatoryKeys: Collection<out Any>): T(source)