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.
infix inline fun <Owner, Value> KProperty1<Owner, Value>.generates(default: Default): GenerationSpec<Value>
Generates this property using its constructor default value.
Generates value for this nested property path.
Generates this nested property path using Fiktion's automatic generation.
infix fun <Root, Value> PropertyPath<Root, Value>.generates(default: Default): GenerationSpec<Value>
Generates this nested property path using its constructor default value.