mapToPathItems

fun Sequence<Route>.mapToPathItems(onOperation: OperationMapping = PopulateMediaTypeDefaults): Map<String, PathItem>(source)

Converts the sequence of Routes to a map of String to PathItems.

Report a problem