Package sk.antons.json.template
Class JsonObjectMapWrapper
- java.lang.Object
-
- sk.antons.json.template.JsonObjectMapWrapper
-
-
Constructor Summary
Constructors Constructor Description JsonObjectMapWrapper(JsonObject object)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)SetentrySet()Objectget(Object key)static JsonObjectMapWrapperinstance(JsonObject object)booleanisEmpty()SetkeySet()Objectput(Object key, Object value)voidputAll(Map m)Objectremove(Object key)intsize()Collectionvalues()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
JsonObjectMapWrapper
public JsonObjectMapWrapper(JsonObject object)
-
-
Method Detail
-
instance
public static JsonObjectMapWrapper instance(JsonObject object)
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap
-
values
public Collection values()
-
-