类 MatrixParamMapParameterResolvingStrategy

java.lang.Object
cn.taketoday.web.bind.resolver.MatrixParamMapParameterResolvingStrategy
所有已实现的接口:
ParameterResolvingStrategy

public class MatrixParamMapParameterResolvingStrategy extends Object implements ParameterResolvingStrategy
Resolves arguments of type Map annotated with @MatrixParam where the annotation does not specify a name. In other words the purpose of this resolver is to provide access to multiple matrix variables, either all or associated with a specific path variable.

When a name is specified, an argument of type Map is considered to be a single attribute with a Map value, and is resolved by MatrixParamParameterResolvingStrategy instead.

从以下版本开始:
4.0 2022/1/23 22:23
作者:
Rossen Stoyanchev, Harry Yang