类的使用
cn.taketoday.web.handler.method.HandlerMethod.HandlerMethodParameter
-
cn.taketoday.web.handler.method中HandlerMethod.HandlerMethodParameter的使用
修饰符和类型类说明private classMethodParameter subclass based on the actual return value type or if that's null falling back on the generic type within the declared async return type, e.g.private classA MethodParameter for a HandlerMethod return type based on an actual return value.