generates

Generates value for this property.


Generates this property using Fiktion's automatic generation.


Generates this collection property by automatically generating each element.


@JvmName(name = "generatesAutoMapProperty")
infix inline fun <Owner, Key, Value, MapType : Map<Key, Value>> KProperty1<Owner, MapType>.generates(auto: Auto): MapGenerationSpec<Key, Value, MapType>

Generates this map property by automatically generating each key and value.


Generates value for this nested property path.


Generates this nested property path using Fiktion's automatic generation.