public interface HttpParameters extends Map<String,String>
| Modifier and Type | Method and Description |
|---|---|
String |
get(Object key) |
List<String> |
getAll(String key)
Utility method to retrieve all the values for a certain parameter.
|
Map<String,? extends List<String>> |
toListValuesMap() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesList<String> getAll(String key)
key - the name of the parameter.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.