Package | Description |
---|---|
feign.template |
Modifier and Type | Method and Description |
---|---|
static QueryTemplate |
QueryTemplate.append(QueryTemplate queryTemplate,
Iterable<String> values,
CollectionFormat collectionFormat,
boolean decodeSlash)
Append a value to the Query Template.
|
static QueryTemplate |
QueryTemplate.create(String name,
Iterable<String> values,
Charset charset)
Create a new Query Template.
|
static QueryTemplate |
QueryTemplate.create(String name,
Iterable<String> values,
Charset charset,
CollectionFormat collectionFormat) |
static QueryTemplate |
QueryTemplate.create(String name,
Iterable<String> values,
Charset charset,
CollectionFormat collectionFormat,
boolean decodeSlash)
Create a new Query Template.
|
Modifier and Type | Method and Description |
---|---|
static QueryTemplate |
QueryTemplate.append(QueryTemplate queryTemplate,
Iterable<String> values,
CollectionFormat collectionFormat,
boolean decodeSlash)
Append a value to the Query Template.
|
Copyright © 2012–2022 OpenFeign. All rights reserved.