Package | Description |
---|---|
feign | |
feign.template |
Modifier and Type | Method and Description |
---|---|
CollectionFormat |
RequestTemplate.collectionFormat()
The Collection Format that will be used when resolving
Iterable and Collection
variables. |
static CollectionFormat |
CollectionFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionFormat[] |
CollectionFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RequestTemplate |
RequestTemplate.collectionFormat(CollectionFormat collectionFormat)
The Collection Format to use when resolving variables that represent
Iterable s or
Collection s |
RequestTemplate |
RequestTemplate.query(String name,
Iterable<String> values,
CollectionFormat collectionFormat)
Specify a Query String parameter, with the specified values.
|
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,
CollectionFormat collectionFormat) |
static QueryTemplate |
QueryTemplate.create(String name,
Iterable<String> values,
Charset charset,
CollectionFormat collectionFormat,
boolean decodeSlash)
Create a new Query Template.
|
Copyright © 2012–2023 OpenFeign. All rights reserved.