Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server.json.impl
Class ErraiJSONObject

java.lang.Object
  extended by org.jboss.errai.marshalling.server.json.impl.ErraiJSONObject
All Implemented Interfaces:
EJObject

public class ErraiJSONObject
extends Object
implements EJObject

Author:
Mike Brock

Constructor Summary
ErraiJSONObject(Map oMap)
           
 
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

ErraiJSONObject

public ErraiJSONObject(Map oMap)
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.