private static interface UriTemplate.TemplateValueStrategy
Modifier and Type | Method and Description |
---|---|
java.lang.String |
valueFor(java.lang.String templateVariable,
java.lang.String matchedGroup)
Get a value for a given template variable.
|
java.lang.String valueFor(java.lang.String templateVariable, java.lang.String matchedGroup)
templateVariable
- template variable.matchedGroup
- matched group string for a given template variable.java.lang.IllegalArgumentException
- in case no value has been found and the strategy
does not support null
values.