K
- field name in Map-of-MapV
- Valuepublic class JsonObject<K,V> extends LinkedHashMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JsonObject() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object[] |
getArray() |
int |
getCol() |
Class |
getComponentType() |
long |
getId() |
int |
getLength() |
int |
getLine() |
long |
getPos()
Deprecated.
|
Object |
getPrimitiveValue() |
Object |
getTarget() |
Class |
getTargetClass() |
String |
getType() |
boolean |
hasId() |
boolean |
isArray() |
boolean |
isCollection() |
boolean |
isMap() |
boolean |
isPrimitive() |
static boolean |
isPrimitiveWrapper(Class c) |
V |
put(K key,
V value) |
void |
setTarget(Object target) |
void |
setType(String type) |
int |
size() |
containsValue, get, removeEldestEntry
clone, containsKey, entrySet, isEmpty, keySet, putAll, remove, values
equals, hashCode, toString
public long getId()
public boolean hasId()
public void setType(String type)
public String getType()
public Object getTarget()
public void setTarget(Object target)
public Class getTargetClass()
public boolean isPrimitive()
public static boolean isPrimitiveWrapper(Class c)
public Object getPrimitiveValue() throws IOException
IOException
public boolean isMap()
public boolean isCollection()
public boolean isArray()
public Object[] getArray()
public int getLength() throws IOException
IOException
public Class getComponentType()
public void clear()
@Deprecated public long getPos()
public int getLine()
public int getCol()
Copyright © 2014. All rights reserved.