接口 UriComponents.UriTemplateVariables
- 封闭类:
- UriComponents
public static interface UriComponents.UriTemplateVariables
Defines the contract for URI Template variables
字段概要
字段 修饰符和类型 字段 说明 static ObjectSKIP_VALUE
字段详细资料
SKIP_VALUE
static final Object SKIP_VALUE
方法详细资料
getValue
Object getValue(String name)
Get the value for the given URI variable name. If the value isnull, an empty String is expanded. If the value isSKIP_VALUE, the URI variable is not expanded.- 参数:
name- the variable name- 返回:
- the variable value, possibly
nullorSKIP_VALUE