spring-framework / org.springframework.web.reactive.handler / SimpleUrlHandlerMapping / getUrlMap

getUrlMap

open fun getUrlMap(): MutableMap<String, *>

Allow Map access to the URL path mappings, with the option to add or override specific entries.

Useful for specifying entries directly, for example via "urlMap[myKey]". This is particularly useful for adding or overriding entries in child bean definitions.