generates
infix inline fun <Owner, Value> KProperty1<Owner, Value>.generates(value: Value): GenerationSpec<Value>
Generates value for this property.
infix inline fun <Owner, Value> KProperty1<Owner, Value>.generates(auto: Auto): GenerationSpec<Value>
Generates this property using Fiktion's automatic generation.
Generates value for this nested property path.
Generates this nested property path using Fiktion's automatic generation.