Interface HandlerMethodArgumentResolver

    • Method Detail

      • supportsParameter

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