| Package | Description |
|---|---|
| feign.template |
| Modifier and Type | Method and Description |
|---|---|
static UriTemplate |
UriTemplate.append(UriTemplate uriTemplate,
String fragment)
Append a uri fragment to the template.
|
static UriTemplate |
UriTemplate.create(String template,
boolean encodeSlash,
Charset charset)
Create a Uri Template.
|
static UriTemplate |
UriTemplate.create(String template,
Charset charset)
Create a Uri Template.
|
| Modifier and Type | Method and Description |
|---|---|
static UriTemplate |
UriTemplate.append(UriTemplate uriTemplate,
String fragment)
Append a uri fragment to the template.
|
Copyright © 2012–2020 OpenFeign. All rights reserved.