类 PrincipalMethodArgumentResolver

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

public class PrincipalMethodArgumentResolver extends Object implements ParameterResolvingStrategy
Resolves an argument of type Principal, similar to ServletRequestMethodArgumentResolver but irrespective of whether the argument is annotated or not. This is done to enable custom argument resolution of a Principal argument (with a custom annotation).
从以下版本开始:
4.0 2022/4/28 10:36
作者:
Rossen Stoyanchev, Harry Yang