|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.jboss.errai.ui.shared.JSONMap
public final class JSONMap
A JSON map of key-value data.
Constructor Summary | |
---|---|
protected |
JSONMap()
Constructor. |
Method Summary | |
---|---|
static JSONMap |
create(String jsonData)
|
String |
get(String key)
Get a single value from the map. |
Set<String> |
keys()
|
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected JSONMap()
Method Detail |
---|
public static JSONMap create(String jsonData)
public final String get(String key)
key
- public final Set<String> keys()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |