Class JsonData.MapJsonData
java.lang.Object
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData<Map<String,Object>>
com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData.MapJsonData
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData
JsonData.ListJsonData, JsonData.MapJsonData -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.extension.responsetemplating.helpers.JsonData
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
MapJsonData
-
-
Method Details
-
toJsonString
- Specified by:
toJsonStringin classJsonData<Map<String,Object>>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
get
-
remove
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
putAll
-
put
-