org.jboss.errai.marshalling.client.api.json.impl.gwt
Class GWTJSONObject
java.lang.Object
org.jboss.errai.marshalling.client.api.json.impl.gwt.GWTJSONObject
- All Implemented Interfaces:
- EJObject
public class GWTJSONObject
- extends Object
- implements EJObject
- Author:
- Mike Brock
Constructor Summary |
GWTJSONObject(com.google.gwt.json.client.JSONObject obj)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GWTJSONObject
public GWTJSONObject(com.google.gwt.json.client.JSONObject obj)
get
public EJValue get(String name)
- Specified by:
get
in interface EJObject
keySet
public Set<String> keySet()
- Specified by:
keySet
in interface EJObject
containsKey
public boolean containsKey(String name)
- Specified by:
containsKey
in interface EJObject
size
public int size()
- Specified by:
size
in interface EJObject
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.