fun combine(other: RequestMappingInfo): RequestMappingInfo
Combines "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