Package eu.europa.esig.dss.jades
Class JsonObject
java.lang.Object
eu.europa.esig.dss.jades.JsonObject
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCreates an empty HashMapJsonObject
(Map<String, Object> m) Wraps a provided Map to the object -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
JsonObject
public JsonObject()Creates an empty HashMap -
JsonObject
-
-
Method Details
-
toJSONString
-
size
-
isEmpty
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object>
-
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object>
-
get
-
put
-
remove
-
putAll
-
clear
-
keySet
-
values
-
entrySet
-
toString
-