Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.client.api.json.impl.gwt
Class GWTJSONObject

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean containsKey(String name)
           
 EJValue get(String name)
           
 Set<String> keySet()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GWTJSONObject

public GWTJSONObject(com.google.gwt.json.client.JSONObject obj)
Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.