接口 HandlerMethodArgumentResolver

    • 方法详细资料

      • supportsParameter

        boolean supportsParameter​(MethodParameter parameter)
        Whether the given method parameter is supported by this resolver.
        参数:
        parameter - the method parameter to check
        返回:
        true if this resolver supports the supplied parameter; false otherwise