public class JsonObject extends JsonValue implements Map<Object,Object>
col, hintType, id, ID, isFinished, ITEMS, javaType, KEYS, line, REF, refId, SHORT_ID, SHORT_ITEMS, SHORT_KEYS, SHORT_REF, SHORT_TYPE, TYPE, VALUE| Constructor and Description |
|---|
JsonObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Object,Object>> |
entrySet() |
Object |
get(Object key) |
Object[] |
getArray() |
Class<?> |
getComponentType() |
int |
getLength() |
Object |
getPrimitiveValue(com.cedarsoftware.util.convert.Converter converter,
ClassLoader classloader) |
Object |
getValue() |
int |
hashCode() |
boolean |
hasValue() |
boolean |
isArray() |
boolean |
isCollection() |
boolean |
isEmpty() |
boolean |
isLogicalPrimitive() |
boolean |
isMap() |
Set<Object> |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map<?,?> map) |
Object |
remove(Object key) |
Object |
setFinishedTarget(Object o,
boolean isFinished) |
Object |
setValue(Object o) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
getId, getJavaType, getJavaTypeName, getReferenceId, getTarget, hasId, isFinished, isReference, setFinished, setHintType, setId, setJavaType, setReferenceId, setTargetclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Object setFinishedTarget(Object o, boolean isFinished)
setFinishedTarget in class JsonValuepublic boolean isLogicalPrimitive()
public Object getPrimitiveValue(com.cedarsoftware.util.convert.Converter converter, ClassLoader classloader)
public boolean isMap()
public boolean isCollection()
public Object[] getArray()
public int getLength()
public Class<?> getComponentType()
public Object getValue()
public boolean hasValue()
public int hashCode()
public boolean containsKey(Object key)
containsKey in interface Map<Object,Object>public boolean containsValue(Object value)
containsValue in interface Map<Object,Object>Copyright © 2024. All rights reserved.