|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2018 the original author or authors. |
|
|
|
|
* Copyright 2002-2022 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
@ -30,9 +30,9 @@ import org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentR
@@ -30,9 +30,9 @@ import org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentR
|
|
|
|
|
import org.springframework.web.server.ServerWebExchange; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Resolver for {@link Map} method arguments also annotated with |
|
|
|
|
* Resolver for {@link Map} method arguments annotated with |
|
|
|
|
* {@link PathVariable @PathVariable} where the annotation does not specify a |
|
|
|
|
* path variable name. The resulting {@link Map} argument is a coyp of all URI |
|
|
|
|
* path variable name. The resulting {@link Map} argument is a copy of all URI |
|
|
|
|
* template name-value pairs. |
|
|
|
|
* |
|
|
|
|
* @author Rossen Stoyanchev |
|
|
|
|