| Interface | Description |
|---|---|
| QueryParamFormatter |
Formats the query params of a request so they are sent using the desired format.
|
| Class | Description |
|---|---|
| CommaQueryParamFormatter |
A
QueryParamFormatter that formats the query parameters multimap so arrays are split with commas
i.e queryParam1=value1,value2&queryParam2=value3 |
| MultimapQueryParamFormatter |
A
QueryParamFormatter that formats the query parameters multimap so that arrays are sent as different entries in the query string
i.e queryParam1=value1&queryParam1=value2&queryParam2=value3 |
Copyright © 2019. All rights reserved.