public final class HttpParamConverter extends Object
| Constructor and Description |
|---|
HttpParamConverter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decodeQueryParam(String value)
Decode query param string.
|
static Map<String,String> |
initQueryParams(String query)
Init query params map.
|
static String |
ofString(Supplier<String> supplier)
of.
|
static <K,V> String |
toMap(Supplier<org.springframework.util.MultiValueMap<K,V>> supplier)
map.
|
public static String ofString(Supplier<String> supplier)
supplier - supplierpublic static <K,V> String toMap(Supplier<org.springframework.util.MultiValueMap<K,V>> supplier)
K - the type parameterV - the type parametersupplier - supplierpublic static Map<String,String> initQueryParams(String query)
query - the queryCopyright © 2021 The Apache Software Foundation. All rights reserved.