接口 UriComponents.UriTemplateVariables

    • 方法详细资料

      • getValue

        Object getValue​(String name)
        Get the value for the given URI variable name. If the value is null, an empty String is expanded. If the value is SKIP_VALUE, the URI variable is not expanded.
        参数:
        name - the variable name
        返回:
        the variable value, possibly null or SKIP_VALUE