Errai 3.0.1-SNAPSHOT

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

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

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

Methods in org.jboss.errai.marshalling.client.api.json that return EJArray
 EJArray EJValue.isArray()
           
 

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

Classes in org.jboss.errai.marshalling.client.api.json.impl.gwt that implement EJArray
 class GWTJSONArray
           
 

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

Uses of EJArray in org.jboss.errai.marshalling.client.marshallers
 

Methods in org.jboss.errai.marshalling.client.marshallers with parameters of type EJArray
abstract  C AbstractCollectionMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 LinkedList QueueMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 PriorityQueue PriorityQueueMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 Set SetMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 LinkedHashSet LinkedHashSetMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 LinkedList LinkedListMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 List ListMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
 SortedSet SortedSetMarshaller.doDemarshall(EJArray o, MarshallingSession ctx)
           
protected
<T extends Collection<Object>>
T
AbstractCollectionMarshaller.marshallToCollection(T collection, EJArray array, MarshallingSession ctx)
           
 

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

Classes in org.jboss.errai.marshalling.server.json.impl that implement EJArray
 class ErraiJSONArray
           
 

Methods in org.jboss.errai.marshalling.server.json.impl that return EJArray
 EJArray ErraiJSONValue.isArray()
           
 


Errai 3.0.1-SNAPSHOT

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