spring-framework / org.springframework.web.servlet.mvc.method / RequestMappingInfo / combine

combine

fun combine(other: RequestMappingInfo): RequestMappingInfo

Combine "this" request mapping info (i.e. the current instance) with another request mapping info instance.

Example: combine type- and method-level request mappings.

Return
a new request mapping info instance; never null