public class JSONWebServiceActionParametersMap extends HashMap<String,Object>
Modifier and Type | Class and Description |
---|---|
static class |
JSONWebServiceActionParametersMap.DefaultParameter |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JSONWebServiceActionParametersMap() |
Modifier and Type | Method and Description |
---|---|
List<jodd.util.NameValue<String,Object>> |
getInnerParameters(String baseName) |
String |
getParameterTypeName(String name) |
boolean |
includeDefaultParameters() |
Object |
put(String key,
Object value) |
void |
putDefaultParameter(String key,
Object value) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString