Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.marshalling.client.api.json.EJObject

Packages that use EJObject
org.jboss.errai.marshalling.client.api.json   
org.jboss.errai.marshalling.client.api.json.impl.gwt   
org.jboss.errai.marshalling.client.util   
org.jboss.errai.marshalling.server.json.impl   
org.jboss.errai.marshalling.server.marshallers   
 

Uses of EJObject in org.jboss.errai.marshalling.client.api.json
 

Methods in org.jboss.errai.marshalling.client.api.json that return EJObject
 EJObject EJValue.isObject()
           
 

Uses of EJObject in org.jboss.errai.marshalling.client.api.json.impl.gwt
 

Classes in org.jboss.errai.marshalling.client.api.json.impl.gwt that implement EJObject
 class GWTJSONObject
           
 

Methods in org.jboss.errai.marshalling.client.api.json.impl.gwt that return EJObject
 EJObject GWTJSONValue.isObject()
           
 

Uses of EJObject in org.jboss.errai.marshalling.client.util
 

Methods in org.jboss.errai.marshalling.client.util with parameters of type EJObject
static Object NumbersUtils.getEncodedNumber(EJObject object)
           
static boolean MarshallUtil.isEncodedNumeric(EJObject value)
           
static boolean MarshallUtil.isEncodedObject(EJObject value)
           
 

Uses of EJObject in org.jboss.errai.marshalling.server.json.impl
 

Classes in org.jboss.errai.marshalling.server.json.impl that implement EJObject
 class ErraiJSONObject
           
 

Methods in org.jboss.errai.marshalling.server.json.impl that return EJObject
 EJObject ErraiJSONValue.isObject()
           
 

Uses of EJObject in org.jboss.errai.marshalling.server.marshallers
 

Methods in org.jboss.errai.marshalling.server.marshallers with parameters of type EJObject
static Class DefaultDefinitionMarshaller.getClassReference(EJObject oMap)
           
 


Errai 3.0.1-SNAPSHOT

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