Package de.kappich.sys.funclib.json
Class JsonObject
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
getBigDecimal
(String key) getBigInteger
(String key) getInteger
(String key) <T> List<T>
<T> T
int
hashCode()
boolean
isEmpty()
keySet()
int
size()
toString()
values()
Methods inherited from class java.util.AbstractMap
clone, putAll
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classAbstractMap<String,
Object>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsValue
- Specified by:
containsValue
in interfaceMap<String,
Object> - Overrides:
containsValue
in classAbstractMap<String,
Object>
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
Object> - Overrides:
containsKey
in classAbstractMap<String,
Object>
-
get
-
keySet
-
values
-
entrySet
-
put
-
remove
-
clear
public void clear() -
getObject
- Throws:
JsonException
-
getList
- Throws:
JsonException
-
getString
- Throws:
JsonException
-
getDouble
- Throws:
JsonException
-
getFloat
- Throws:
JsonException
-
getLong
- Throws:
JsonException
-
getInteger
- Throws:
JsonException
-
getShort
- Throws:
JsonException
-
getByte
- Throws:
JsonException
-
getBigInteger
- Throws:
JsonException
-
getBigDecimal
- Throws:
JsonException
-