generates
Generates value for this property.
Generates this property using Fiktion's automatic generation.
infix inline fun <Element, CollectionType : Collection<Element>> KProperty1<Root, CollectionType>.generates(auto: Auto): CollectionGenerationSpec<Element, CollectionType>
Generates this collection property by automatically generating each element.
infix inline fun <Key, Value, MapType : Map<Key, Value>> KProperty1<Root, 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.
infix fun <Element, CollectionType : Collection<Element>> PropertyPath<Root, CollectionType>.generates(auto: Auto): CollectionGenerationSpec<Element, CollectionType>
Generates this nested collection property path by automatically generating each element.
infix fun <Key, Value, MapType : Map<Key, Value>> PropertyPath<Root, MapType>.generates(auto: Auto): MapGenerationSpec<Key, Value, MapType>
Generates this nested map property path by automatically generating each key and value.