generates

infix inline fun <Value> KProperty1<Root, Value>.generates(value: Value): GenerationSpec<Value>

Generates value for this property.


Generates this property using Fiktion's automatic generation.


infix inline fun <Value> KProperty1<Root, 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.


Generates this nested property path using its constructor default value.