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, Element, CollectionType : Collection<Element>> KProperty1<Owner, CollectionType>.generates(auto: Auto): CollectionGenerationSpec<Element, CollectionType>
Generates this collection property by automatically generating each element.
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.