Package | Description |
---|---|
feign |
Modifier and Type | Method and Description |
---|---|
CollectionFormat |
RequestTemplate.collectionFormat() |
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) |
Copyright © 2012–2018 OpenFeign. All rights reserved.